ArcObjects Library Reference (GeoDatabase)  

IClassSchemaEdit4.AlterFieldName Method

Alter the name of the object class field.

[Visual Basic .NET]
Public Sub AlterFieldName ( _
    ByVal FieldName As String, _
    ByVal newFieldName As String _
)
[C#]
public void AlterFieldName (
    string FieldName,
    string newFieldName
);
[C++]
HRESULT AlterFieldName(
  BSTR FieldName,
  BSTR newFieldName
);
[C++]

Parameters

FieldName [in]   FieldName is a parameter of type BSTR newFieldName [in]   newFieldName is a parameter of type BSTR

Product Availability

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

See Also

IClassSchemaEdit4 Interface