ArcObjects Library Reference (GeoDatabase)  

IRelationshipClass.ForwardPathLabel Property

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

Product Availability

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

Remarks

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.

See Also

IRelationshipClass Interface