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


IMemoryRelationshipClassName.OriginName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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