This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.BackwardPathLabel Property (ArcObjects .NET 10.4 SDK) |
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
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.