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


IRelClassSchemaEdit.AlterBackwardPathLabel Method (ArcObjects .NET 10.4 SDK)
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