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


IDERelationshipClassEx.DestinationClassNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.DestinationClassNames Property
ArcGIS Developer Help

IDERelationshipClassEx.DestinationClassNames Property

The names of the destination classes.

[Visual Basic .NET]
Public Property DestinationClassNames As IStringArray
[C#]
public IStringArray DestinationClassNames {get; set;}
[C++]
HRESULT get_DestinationClassNames(
  IStringArray** DestinationClassNames
);
[C++]
HRESULT putref_DestinationClassNames(
  IStringArray* DestinationClassNames
);
[C++]
Parameters
DestinationClassNames [out, retval]

DestinationClassNames is a parameter of type IStringArray** DestinationClassNames [in]
DestinationClassNames is a parameter of type IStringArray*

Product Availability

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

See Also

IDERelationshipClassEx Interface