This document is archived and information here might be outdated. Recommended version. |
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**
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.