ClassInstanceCount Property
|
Gets or sets the class definition instance count.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int InstanceCount { get; set; }
Public Property InstanceCount As Integer
Get
Set
public:
property int InstanceCount {
int get ();
void set (int value);
}
member InstanceCount : int with get, set
PROPERTY InstanceCount AS LONG GET SET
Property Value
Type:
Int32See Also