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


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

ITopologyRule.DestinationSubtypeSpecified Property

Indicates if a destination subtype has been specified.

[Visual Basic .NET]
Public ReadOnly Property DestinationSubtypeSpecified As Boolean
[C#]
public bool DestinationSubtypeSpecified {get;}
[C++]
HRESULT get_DestinationSubtypeSpecified(
  Boolean* subtypeSpecified
);
[C++]
Parameters
subtypeSpecified [out, retval]

subtypeSpecified is a parameter of type bool*

Product Availability

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

Remarks

DestinationSubtypeSpecified will return True whenever the rule has been specified at the subtype level with the use of ITopologyRule::DestinationSubtype. DestinationSubtypeSpecified is the opposite of AllDestinationSubtypes.

See Also

ITopologyRule Interface