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


IDERelationshipClassEx.BackwardPathLabel 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.BackwardPathLabel Property
ArcGIS Developer Help

IDERelationshipClassEx.BackwardPathLabel Property

The backward path label for the relationship class.

[Visual Basic .NET]
Public Property BackwardPathLabel As String
[C#]
public string BackwardPathLabel {get; set;}
[C++]
HRESULT get_BackwardPathLabel(
  System.String* label
);
[C++]
HRESULT put_BackwardPathLabel(
  BSTR label
);
[C++]
Parameters
label [out, retval]

label is a parameter of type BSTR* label [in]
label is a parameter of type BSTR

Product Availability

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

See Also

IDERelationshipClassEx Interface