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


ITopologyClass.IsInTopology Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.IsInTopology Property
ArcGIS Developer Help

ITopologyClass.IsInTopology Property

Indicates if the class is in a topology.

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

inTopology is a parameter of type bool*

Product Availability

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

Remarks

Returns True if the FeatureClass participates in a topology and False if the FeatureClass does not participate in a Topology.

See Also

ITopologyClass Interface