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


IFeatureConstruction.FeaturesChanged Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureConstruction Interface > IFeatureConstruction.FeaturesChanged Property
ArcGIS Developer Help

IFeatureConstruction.FeaturesChanged Property

Indicates if the last IFeatureConstruction method created or altered features.

[Visual Basic .NET]
Public ReadOnly Property FeaturesChanged As Boolean
[C#]
public bool FeaturesChanged {get;}
[C++]
HRESULT get_FeaturesChanged(
  Boolean* FeaturesChanged
);
[C++]
Parameters
FeaturesChanged [out, retval]

FeaturesChanged is a parameter of type bool*

Product Availability

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

See Also

IFeatureConstruction Interface