Skip to main content
A newer version of this page is available. .

MapItemAttributeMapping Constructors

The mapping of an attribute applied to a map item.
Name Parameters Description
MapItemAttributeMapping() none Initializes a new instance of the MapItemAttributeMapping class with default settings.
MapItemAttributeMapping(String, String, FieldValueType) name, member, valueType Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
MapItemAttributeMapping(String, String) name, member Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
See Also