DwfWhipContourSetContourNumber Property |
Gets or sets the number of contours in the set (size of counts_list.)
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic int ContourNumber { get; protected set; }
Public Property ContourNumber As Integer
Get
Protected Set
public:
property int ContourNumber {
int get ();
protected: void set (int value);
}
member ContourNumber : int with get, set
Property Value
Type:
Int32
See Also