StartPlotEventArgsTotalEntities Property
|
An integer that specifies the total number of entities of the drawing.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int TotalEntities { get; set; }
Public Property TotalEntities As Integer
Get
Set
public:
property int TotalEntities {
int get ();
void set (int value);
}
member TotalEntities : int with get, set
PROPERTY TotalEntities AS LONG GET SET
Property Value
Type:
Int32See Also