ArcObjects Library Reference (NetworkAnalyst)  

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 [out, retval]

  fieldMapping is a parameter of type INAClassFieldMap

fieldMapping [in]

  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