Provides access to methods that extend IFeatureSimplify.
Members
|
Name |
Description |
 |
IsSimpleGeometry |
Returns true if the input geometry is simple according to the rules appropriate for this feature. |
 |
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. |