This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyRule Interface > ITopologyRule.OriginSubtype Property (ArcObjects .NET 10.5 SDK) |
Origin subtype of the topology rule.
[Visual Basic .NET] Public Property OriginSubtype As Integer
[C#] public int OriginSubtype {get; set;}
[C++]
HRESULT get_OriginSubtype(
long* SubType
);
[C++]
HRESULT put_OriginSubtype(
long SubType
);
[C++]
Parameters SubType [out, retval] SubType is a parameter of type long SubType [in] SubType is a parameter of type long
The origin subtype of the topology rule. If AllOriginSubtypes is set to True, the OriginSubtype is ignored. If OriginSubtype is set to -1, AllOriginSubtypes will return True. If the assigned value does not correspond to a valid subtype, and error will be raised when the rule is added to the Topology.