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


ISqlKeywordDictionary.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlKeywordDictionary Interface > ISqlKeywordDictionary.Remove Method
ArcGIS Developer Help

ISqlKeywordDictionary.Remove Method

Removes a illegal field name form the list.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal reservedWord As String _
)
[C#]
public void Remove (
    string reservedWord
);
[C++]
HRESULT Remove(
  BSTR reservedWord
);
[C++]
Parameters
reservedWord [in]

reservedWord is a parameter of type BSTR

Product Availability

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

See Also

ISqlKeywordDictionary Interface