ArcObjects Library Reference (GeoDatabase)  

ITopologyRule.OriginSubtype Property

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

Product Availability

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

Remarks

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.

See Also

ITopologyRule Interface

.NET Related Topics

Creating a topology in the geodatabase