This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.ForwardPathLabel Property (ArcObjects .NET 10.4 SDK) |
The forward path label for the relationship class.
[Visual Basic .NET] Public ReadOnly Property ForwardPathLabel As String
[C#] public string ForwardPathLabel {get;}
[C++]
HRESULT get_ForwardPathLabel(
BSTR* ForwardLabel
);
[C++]
Parameters ForwardLabel [out, retval] ForwardLabel is a parameter of type BSTR
The ForwardPathLabel property returns the path label for the forward direction path. An example can be shown by using a relationship between a pump station and its pumps. A forward path label may be something like "Contains". It would be read as a pump station 'Contains' pumps.