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


IMemoryRelationshipClassName.OriginName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMemoryRelationshipClassName Interface > IMemoryRelationshipClassName.OriginName Property
ArcGIS Developer Help

IMemoryRelationshipClassName.OriginName Property

The name object for the origin table of the memory relationship.

[Visual Basic .NET]
Public Property OriginName As IName
[C#]
public IName OriginName {get; set;}
[C++]
HRESULT get_OriginName(
  IName** OriginName
);
[C++]
HRESULT putref_OriginName(
  IName* OriginName
);
[C++]
Parameters
OriginName [out, retval]

OriginName is a parameter of type IName** OriginName [in]
OriginName is a parameter of type IName*

Product Availability

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

See Also

IMemoryRelationshipClassName Interface