AcadProxyEntityEntityDataSize Property
|
Gets or sets the size of graphics data in bytes.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int EntityDataSize { get; set; }
Public Property EntityDataSize As Integer
Get
Set
public:
property int EntityDataSize {
int get ();
void set (int value);
}
member EntityDataSize : int with get, set
PROPERTY EntityDataSize AS LONG GET SET
Property Value
Type:
Int32See Also