IFeatureSimplify2 Interface

Provides access to methods that extend IFeatureSimplify.

Members

Name Description
Read-only property IsSimpleGeometry Returns true if the input geometry is simple according to the rules appropriate for this feature.
Method SimplifyGeometry Simplifies the input geometry using the rules appropriate for this feature.

IFeatureSimplify2.IsSimpleGeometry Property

Returns true if the input geometry is simple according to the rules appropriate for this feature.

Public Function get_IsSimpleGeometry ( _
    ByVal Geometry As IGeometry, _
    ByRef reason As esriNonSimpleReasonEnum _
) As Boolean
public bool get_IsSimpleGeometry (
    IGeometry Geometry,
    ref esriNonSimpleReasonEnum reason
);

Inherited Interfaces

Interfaces Description
IFeatureSimplify Provides access to simplifying a feature's geometry.

Classes that implement IFeatureSimplify2

Classes Description
Feature Esri Feature.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.