ArcObjects Library Reference (GeoDatabase)  

ITopologyErrorFeature.IsDeleted Property

Indicates if this topology error feature has been deleted.

[Visual Basic .NET]
Public ReadOnly Property IsDeleted As Boolean
[C#]
public bool IsDeleted {get;}
[C++]
HRESULT get_IsDeleted(
  VARIANT_BOOL* deleted
);
[C++]

Parameters

deleted [out, retval]   deleted is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

The IsDeleted property returns a Boolean value indicating if the topology error has been deleted through a fix being applied to its relevant features.  This property is intended for use by developers creating custom topology error fixes.

See Also

ITopologyErrorFeature Interface