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


IClassSchemaEdit4.AlterFieldName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClassSchemaEdit4 Interface > IClassSchemaEdit4.AlterFieldName Method
ArcGIS Developer Help

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