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


INAClassLoader.FieldMap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassLoader Interface > INAClassLoader.FieldMap Property
ArcGIS Developer Help

INAClassLoader.FieldMap Property

The field mapping definition.

[Visual Basic .NET]
Public Property FieldMap As INAClassFieldMap
[C#]
public INAClassFieldMap FieldMap {get; set;}
[C++]
HRESULT get_FieldMap(
  INAClassFieldMap* fieldMapping
);
[C++]
HRESULT putref_FieldMap(
  INAClassFieldMap** fieldMapping
);
[C++]
Parameters
fieldMapping [in]

fieldMapping is a parameter of type INAClassFieldMap* fieldMapping [out, retval]
fieldMapping is a parameter of type INAClassFieldMap**

Product Availability

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

Remarks

FieldMap specifies the NAClassFieldMap that dictates what the values for the newly created NALocationFeatures will be.  If there is a mapped field, the mapped field value will be used.  If there is no mapped field or the mapped field value is NULL, the default value will be used.

See Also

INAClassLoader Interface

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver