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,
  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

Product Availability

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

See Also

IFeatureSimplify2 Interface