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


IMemoryRelationshipClassName.DestinationName 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.DestinationName Property
ArcGIS Developer Help

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