This document is archived and information here might be outdated.  Recommended version.


IFeatureSimplify2.IsSimpleGeometry Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureSimplify2.IsSimpleGeometry Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureSimplify2 Interface