This document is archived and information here might be outdated. Recommended version. |
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*
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.