Add [Scale Bar]

The Add method adds a new scale bar to the collection. Returns a ScaleBar object.

Syntax

object. Add

Example

This example demonstrates how to create a scale bar.

'declare ScaleBar object

Dim ScaleBar As Object

 

'create new scale bar

Set ScaleBar = ScaleBars.Add

Used by: ScaleBars collection