ArcGIS Developer Help  (GeoDatabase)    

ITopologyRule.AllOriginSubtypes Property

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

[Visual Basic 6.0]
Property AllOriginSubtypes As Boolean
[Visual Basic .NET]
Public Property AllOriginSubtypes As Boolean
[C#]
public bool AllOriginSubtypes {get; set;}
[Java]
public boolean isAllOriginSubtypes()
throws
    IOException,
    AutomationException
[Java]
public void setAllOriginSubtypes(
boolean AllOriginSubtypes
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_AllOriginSubtypes(
  VARIANT_BOOL* allSubtypes
);
[C++]
HRESULT put_AllOriginSubtypes(
  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

AllOriginSubtypes specifies if the rule applies to all subtypes in the origin feature class.  By default AllOriginSubtypes is False and the OriginSubtype points to the default subtype. If AllOriginSubtypes is set to False, the OriginSubtype must be set or the rule will be invalid.

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

See Also

ITopologyRule Interface

 


Feedback Send feedback on this page