ArcObjects Library Reference (GeoDatabase)  

IRelationshipClass.BackwardPathLabel Property

The backward path label for the relationship class.

[Visual Basic .NET]
Public ReadOnly Property BackwardPathLabel As String
[C#]
public string BackwardPathLabel {get;}
[C++]
HRESULT get_BackwardPathLabel(
  BSTR* BackwardLabel
);
[C++]

Parameters

BackwardLabel [out, retval]   BackwardLabel is a parameter of type BSTR

Product Availability

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

Remarks

The BackwardPathLabel property returns the path label for the backward direction path.  An example can be shown by using a relationship between a pump station and its pumps.  A backward path label may be something like "Contained by".  It would be read as a pump is 'Contained by' the pump station.

See Also

IRelationshipClass Interface