MapItemAttributeMapping(String, String) Constructor
Initializes a new instance of the MapItemAttributeMapping class with the specified mapping attributes of a map item.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that is an attribute name. This value is assigned to the MapItemAttributeMapping.Name property. |
member | String | A String value that is the attribute member. This value is assigned to the MapItemAttributeMapping.Type property. |
See Also