ArcObjects Library Reference (GeoDatabase)  

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