PolylineMVertexCount Property
|
Polygon mesh M vertex count (optional; default = 0)
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short MVertexCount { get; set; }
Public Property MVertexCount As Short
Get
Set
public:
property short MVertexCount {
short get ();
void set (short value);
}
member MVertexCount : int16 with get, set
PROPERTY MVertexCount AS SHORT GET SET
Property Value
Type:
Int16See Also