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


IRelationshipClass.ForwardPathLabel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.ForwardPathLabel Property
ArcGIS Developer Help

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(
  System.String* 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