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


IRelationshipClass.OriginPrimaryKey Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.OriginPrimaryKey Property
ArcGIS Developer Help

IRelationshipClass.OriginPrimaryKey Property

The relationship origin primary Key.

[Visual Basic .NET]
Public ReadOnly Property OriginPrimaryKey As String
[C#]
public string OriginPrimaryKey {get;}
[C++]
HRESULT get_OriginPrimaryKey(
  System.String* relOrigPKey
);
[C++]
Parameters
relOrigPKey [out, retval]

relOrigPKey is a parameter of type BSTR*

Product Availability

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

See Also

IRelationshipClass Interface