PolylineIsClosed Property
|
Gets or sets if the polyline is closed.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsClosed { get; set; }
Public Property IsClosed As Boolean
Get
Set
public:
property bool IsClosed {
bool get ();
void set (bool value);
}
member IsClosed : bool with get, set
PROPERTY IsClosed AS LOGIC GET SET
Property Value
Type:
BooleanSee Also