This document is archived and information here might be outdated. Recommended version. |
Returns true if the input geometry is simple according to the rules appropriate for this feature.
[Visual Basic .NET] Public Function get_IsSimpleGeometry ( _ ByVal Geometry As IGeometry, _ ByRef reason As esriNonSimpleReasonEnum _ ) As Boolean
[C#] public bool get_IsSimpleGeometry ( IGeometry Geometry, ref esriNonSimpleReasonEnum reason );
[C++]
HRESULT get_IsSimpleGeometry(
IGeometry* Geometry,
esriNonSimpleReasonEnum* reason,
Boolean* IsSimpleGeometry
);
[C++] Parameters Geometry [in]
Geometry is a parameter of type IGeometry* reason [out]
reason is a parameter of type esriNonSimpleReasonEnum* IsSimpleGeometry [out, retval]
IsSimpleGeometry is a parameter of type bool*