This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClassSchemaEdit4 Interface > IClassSchemaEdit4.AlterFieldName Method (ArcObjects .NET 10.4 SDK) |
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