This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMemoryRelationshipClassName Interface > IMemoryRelationshipClassName.OriginName Property (ArcObjects .NET 10.4 SDK) |
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