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


ITopologyClass.IsInTopology Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters inTopology [out, retval] inTopology is a parameter of type VARIANT_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

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)