Measurements.RemoveRuler(MapRuler) Method
Removes the ruler passed as a parameter from the map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
ruler | MapRuler | The ruler to be removed. |
Remarks
The following code removes a ruler:
See Also