ArcObjects Library Reference (GeoDatabase)  

IRelClassSchemaEdit.AlterBackwardPathLabel Method

Changes the backward path label for this relationship class.

[Visual Basic .NET]
Public Sub AlterBackwardPathLabel ( _
    ByVal BackwardLabel As String _
)
[C#]
public void AlterBackwardPathLabel (
    string BackwardLabel
);
[C++]
HRESULT AlterBackwardPathLabel(
  BSTR BackwardLabel
);
[C++]

Parameters

BackwardLabel [in]   BackwardLabel is a parameter of type BSTR

Product Availability

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

See Also

IRelClassSchemaEdit Interface