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


INAClassFieldMap.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassFieldMap Interface > INAClassFieldMap.Remove Method
ArcGIS Developer Help

INAClassFieldMap.Remove Method

Removes the entry for an existing field name mapping.

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

FieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Resets and clears any exising field mapping definitions.

See Also

INAClassFieldMap Interface