This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyErrorFeature Interface > ITopologyErrorFeature.IsDeleted Property (ArcObjects .NET 10.5 SDK) |
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
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.