MapItemMappingInfo Properties
Contains information about the mapping of a map item.| Name | Description |
|---|---|
| ImageIndex | Gets or sets the data field to which a MapPointer.ImageIndex property is bound. |
| Latitude | Gets or sets the data field to which a GeoPoint.Latitude property is bound. |
| Longitude | Gets or sets the data field to which a GeoPoint.Longitude property is bound. |
| Text | Gets or sets the data field to which a MapPointer.Text property is bound. |
| Type | Gets or sets the name of the data field that stores the type of the map item. |
| XCoordinate | Gets or sets the data field to which a CartesianPoint.X property is bound. |
| YCoordinate | Gets or sets the data field to which a CartesianPoint.Y property is bound. |
See Also