Measurements.CreateRuler Method
Name | Parameters | Description |
---|---|---|
CreateRuler(RulerType, IList<CoordPoint>, MapRulerStyle) | rulerType, points, style | Creates a ruler with the specified style and type to measure the distance or the area between coordinate points passed as the second parameter. |
CreateRuler(RulerType, IList<CoordPoint>) | rulerType, points | Creates a ruler of the specified type to measure distance or area between coordinate points passed as the second parameter. |