TdxMapItem.Attributes Property
Provides access to arbitrary data (also called attributes) associated with the map item.
Declaration
property Attributes: TdxMapItemAttributes read;
Property Value
Type | Description |
---|---|
TdxMapItemAttributes | Stores arbitrary data (also called attributes) associated with a map item. |
Remarks
Refer to the TdxMapItemAttributes class description and the ShapefileSupport demo shipped with the ExpressMapControl Suite for information on how to add arbitrary data.
See Also