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


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

IMemoryRelationshipClassName.ForwardPathLabel Property

The forward label of the relationship.

[Visual Basic .NET]
Public Property ForwardPathLabel As String
[C#]
public string ForwardPathLabel {get; set;}
[C++]
HRESULT get_ForwardPathLabel(
  System.String* ForwardLabel
);
[C++]
HRESULT put_ForwardPathLabel(
  BSTR ForwardLabel
);
[C++]
Parameters
ForwardLabel [out, retval]

ForwardLabel is a parameter of type BSTR* ForwardLabel [in]
ForwardLabel is a parameter of type BSTR

Product Availability

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

See Also

IMemoryRelationshipClassName Interface