This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.IsInTopology Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* inTopology
);
[C++]
Parameters inTopology [out, retval] inTopology is a parameter of type VARIANT_BOOL
Returns True if the FeatureClass participates in a topology and False if the FeatureClass does not participate in a Topology.