TdxMapItem.Attributes Property
In This Article
Provides access to arbitrary data (also called attributes) associated with the map item.
#Declaration
Delphi
property Attributes: TdxMapItemAttributes read;
#Property Value
Type | Description |
---|---|
Tdx |
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