This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyRule Interface > ITopologyRule.DestinationSubtype Property (ArcObjects .NET 10.5 SDK) |
Destination subtype of the topology rule.
[Visual Basic .NET] Public Property DestinationSubtype As Integer
[C#] public int DestinationSubtype {get; set;}
[C++]
HRESULT get_DestinationSubtype(
long* SubType
);
[C++]
HRESULT put_DestinationSubtype(
long SubType
);
[C++]
Parameters SubType [out, retval] SubType is a parameter of type long SubType [in] SubType is a parameter of type long
The destination subtype of the topology rule. If AllDestinationSubtypes is set to True, the DestinationSubtype is ignored. If DestinationSubtype is set to -1, AllDestinationSubtypes will return True. If the assigned value does not correspond to a valid subtype, an error will be raised when the rule is added to the Topology.