This document is archived and information here might be outdated.  Recommended version.


IRelationshipRule.OriginClassID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelationshipRule.OriginClassID Property

The ID of the origin ObjectClass.

[Visual Basic .NET]
Public Property OriginClassID As Integer
[C#]
public int OriginClassID {get; set;}
[C++]
HRESULT get_OriginClassID(
  long* ClassID
);
[C++]
HRESULT put_OriginClassID(
  long ClassID
);
[C++]

Parameters ClassID [out, retval] ClassID is a parameter of type long ClassID [in] ClassID 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