This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyRule Interface > ITopologyRule.DestinationClassID Property (ArcObjects .NET 10.4 SDK) |
Destination ClassID of the topology rule.
[Visual Basic .NET] Public Property DestinationClassID As Integer
[C#] public int DestinationClassID {get; set;}
[C++]
HRESULT get_DestinationClassID(
long* ClassID
);
[C++]
HRESULT put_DestinationClassID(
long ClassID
);
[C++]
Parameters ClassID [out, retval] ClassID is a parameter of type long ClassID [in] ClassID is a parameter of type long
The DestinationClassID of the topology rule. If the topology rule is a single feature class type, the DestinationClassID does not need to be set, it will be equal to the OriginClassID by default. If DestinationClassID is specified, it will be ignored.