Indicates if 'from' and 'to' points (of each part) are identical.
[Visual Basic 6.0] Property IsClosed As Boolean
[Visual Basic .NET] Public ReadOnly Property IsClosed As Boolean
[C#] public bool IsClosed {get;}
[Java] public boolean IsClosed() throws IOException, AutomationException
[C++]
HRESULT get_IsClosed(
VARIANT_BOOL* IsClosed
);
Parameters
IsClosed [out, retval]
IsClosed is a parameter of type VARIANT_BOOL
A curve is closed if the From and To points of each part of the curve are equal.
IsClosed may still return TRUE if the curve consists of improperly constructed geometries (ex. non-continuous paths). IsClosed only checks the location of the From and To points of each part, it does not check the internal parts for topological consistency.
