Measurements.CreateRuler Method
Name | Parameters | Description |
---|---|---|
CreateRuler(RulerType, IList<CoordPoint>, RulerAppearance) | rulerType, points, rulerAppearance | Creates a ruler with the specified type and appearance settings 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 the distance or area between coordinate points passed as the second parameter. |