This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureSimplify2 Interface > IFeatureSimplify2.IsSimpleGeometry Property (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* 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 VARIANT_BOOL