Share via


IsClosed Property

The is curve closed.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsClosed As Boolean
    Get
'Usage
Dim instance As GeometricCurve
Dim value As Boolean

value = instance.IsClosed
public abstract bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () abstract;
}
abstract IsClosed : bool
abstract function get IsClosed () : boolean

Property Value

Type: System..::..Boolean
Is curve closed.

See Also

Reference

GeometricCurve Class

System.Spatial Namespace