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


IRelationshipClass.BackwardPathLabel 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.BackwardPathLabel Property
ArcGIS Developer Help

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