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


IRelClassSchemaEdit.AlterForwardPathLabel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelClassSchemaEdit Interface > IRelClassSchemaEdit.AlterForwardPathLabel Method
ArcGIS Developer Help

IRelClassSchemaEdit.AlterForwardPathLabel Method

Changes the forward path label for this relationship class.

[Visual Basic .NET]
Public Sub AlterForwardPathLabel ( _
    ByVal ForwardLabel As String _
)
[C#]
public void AlterForwardPathLabel (
    string ForwardLabel
);
[C++]
HRESULT AlterForwardPathLabel(
  BSTR ForwardLabel
);
[C++]
Parameters
ForwardLabel [in]

ForwardLabel is a parameter of type BSTR

Product Availability

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

See Also

IRelClassSchemaEdit Interface