ArcObjects Library Reference (GeoDatabase)  

ITopologyRule.OriginSubtypeSpecified Property

Indicates if an origin subtype has been specified.

[Visual Basic .NET]
Public ReadOnly Property OriginSubtypeSpecified As Boolean
[C#]
public bool OriginSubtypeSpecified {get;}
[C++]
HRESULT get_OriginSubtypeSpecified(
  VARIANT_BOOL* subtypeSpecified
);
[C++]

Parameters

subtypeSpecified [out, retval]   subtypeSpecified is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

OriginSubtypeSpecified will return True whenever the rule has been specified at the subtype level with the use of ITopologyRule::OriginSubtype.  OriginSubtypeSpecified is the opposite of AllOriginSubtypes.

See Also

ITopologyRule Interface