|
MapGuide API Reference
|
Inheritance diagram for MgCoordinateSystemGridLineCollection:Public Member Functions | |
| virtual void | Clear ()=0 |
| Removes all grid lines from this collection. | |
| virtual INT32 | GetCount () const =0 |
| Gets the number of grid lines in this collection. | |
| virtual MgCoordinateSystemGridLine * | GetItem (INT32 index) const =0 |
| Gets the grid line at the specified index. | |
| virtual INT32 | IndexOf (INT32 gridOrientation, double gridValue) const =0 |
| Gets the index of the given grid orientation and value. | |
| virtual void | RemoveAt (INT32 index)=0 |
| Removes the grid line at the specified index. | |