Skip to main content

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