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


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

IMemoryRelationshipClassName.DestinationName Property

The name object of the destination class of the memory relationship.

[Visual Basic .NET]
Public Property DestinationName As IName
[C#]
public IName DestinationName {get; set;}
[C++]
HRESULT get_DestinationName(
  IName** DestinationName
);
[C++]
HRESULT putref_DestinationName(
  IName* DestinationName
);
[C++]

Parameters DestinationName [out, retval]
DestinationName is a parameter of type IName DestinationName [in]
DestinationName is a parameter of type IName

Product Availability

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

See Also

IMemoryRelationshipClassName Interface