PolyLine3IsClosed Property
Gets or sets a value indicating whether the polyline is closed.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
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 Value
Boolean