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


IFeatureConstruction.FeaturesChanged Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* FeaturesChanged
);
[C++]

Parameters FeaturesChanged [out, retval] FeaturesChanged is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureConstruction Interface