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


ISimpleRelationshipChanges.OldOriginKey Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleRelationshipChanges Interface > ISimpleRelationshipChanges.OldOriginKey Property
ArcGIS Developer Help

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