ArcObjects Library Reference (GeoDatabase)  

IRelationshipRule.OriginSubtypeCode Property

The subtype value of the origin ObjectClass.

[Visual Basic .NET]
Public Property OriginSubtypeCode As Integer
[C#]
public int OriginSubtypeCode {get; set;}
[C++]
HRESULT get_OriginSubtypeCode(
  long* Value
);
[C++]
HRESULT put_OriginSubtypeCode(
  long Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type long Value [in]   Value is a parameter of type long

Product Availability

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

See Also

IRelationshipRule Interface

.NET Related Topics

Working with geodatabase rules