This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.ForwardPathLabel Property (ArcObjects .NET 10.4 SDK) |
The forward path label for the relationship class.
[Visual Basic .NET] Public Property ForwardPathLabel As String
[C#] public string ForwardPathLabel {get; set;}
[C++]
HRESULT get_ForwardPathLabel(
BSTR* label
);
[C++]
HRESULT put_ForwardPathLabel(
BSTR label
);
[C++]
Parameters label [out, retval] label is a parameter of type BSTR label [in] label is a parameter of type BSTR