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


ITopologyRule.DestinationSubtype 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.DestinationSubtype Property
ArcGIS Developer Help

ITopologyRule.DestinationSubtype Property

Destination subtype of the topology rule.

[Visual Basic .NET]
Public Property DestinationSubtype As Integer
[C#]
public int DestinationSubtype {get; set;}
[C++]
HRESULT get_DestinationSubtype(
  System.Int32* 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

Product Availability

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

Remarks

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.

See Also

ITopologyRule Interface