StartPlotEventArgsTotalEntities Property
|
An integer that specifies the total number of entities of the drawing.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic 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:
Int32
See Also