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


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

ITopologyRule.OriginClassID Property

Origin ClassID of the topology rule.

[Visual Basic .NET]
Public Property OriginClassID As Integer
[C#]
public int OriginClassID {get; set;}
[C++]
HRESULT get_OriginClassID(
  System.Int32* ClassID
);
[C++]
HRESULT put_OriginClassID(
  long ClassID
);
[C++]
Parameters
ClassID [out, retval]

ClassID is a parameter of type long* ClassID [in]
ClassID is a parameter of type long

Product Availability

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

Remarks

The OriginClassID of the topology rule.

See Also

ITopologyRule Interface