ArcObjects Library Reference (GeoDatabase)  

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(
  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

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

.NET Related Topics

Creating a topology in the geodatabase