ArcObjects Library Reference (GeoDatabase)  

ITopologyRule.AllDestinationSubtypes Property

Indicates if all destination subtypes are specified for the topology rule.

[Visual Basic .NET]
Public Property AllDestinationSubtypes As Boolean
[C#]
public bool AllDestinationSubtypes {get; set;}
[C++]
HRESULT get_AllDestinationSubtypes(
  VARIANT_BOOL* allSubtypes
);
[C++]
HRESULT put_AllDestinationSubtypes(
  VARIANT_BOOL allSubtypes
);
[C++]

Parameters

allSubtypes [out, retval]   allSubtypes is a parameter of type VARIANT_BOOL allSubtypes [in]   allSubtypes is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

AllDestinationSubtypes specifies if the rule applies to all subtypes in the destination feature class.  By default AllDestinationSubtypes is False and the DestinationSubtype property is set to -1. If the destination class contains subtypes, and these values are not changed, adding the rule to a topology will fail.

AllDestinationSubtypes is set to the opposite value of DestinationSubtypeSpecified. If the topology rule is a single feature class type, AllDestinationSubtypes is set to True once the rule is added to the Topology.

See Also

ITopologyRule Interface

.NET Related Topics

Creating a topology in the geodatabase