Indicates if this ring can function as the exterior ring in a polygon (ring orientation is clockwise, area > 0).
[Visual Basic 6.0] Property IsExterior As Boolean
[Visual Basic .NET] Public ReadOnly Property IsExterior As Boolean
[C#] public bool IsExterior {get;}
[Java] public getIsExterior ( boolean IsExterior )
[C++]
HRESULT get_IsExterior(
VARIANT_BOOL* IsExterior
);
Parameters
IsExterior [out, retval]
IsExterior is a parameter of type VARIANT_BOOL
IsExterior returns TRUE if the ring is oriented in a Clockwise direction. Exterior rings are always oriented clockwise, and interior rings are always oriented counterclockwise.
