ArcObjects Library Reference (GeoDatabase)  

ISimpleRelationshipChanges.OldOriginKey Property

The old origin key.

[Visual Basic .NET]
Public ReadOnly Property OldOriginKey As Object
[C#]
public object OldOriginKey {get;}
[C++]
HRESULT get_OldOriginKey(
  VARIANT* oldOrigKey
);
[C++]

Parameters

oldOrigKey [out, retval]   oldOrigKey is a parameter of type VARIANT

Product Availability

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

See Also

ISimpleRelationshipChanges Interface