AddSymbol Method

The AddSymbol method adds a symbol. Returns a Symbol object.

Syntax

object.AddSymbol( x, y, id )

 

Parameter Type Description
x Double required, X coordinate in page units
y Double required, Y coordinate in page units
id Variant optional, symbol name

 

Remarks

This method adds the default symbol. Use AutoMarker to change the symbol properties.

Example

This example shows how to add a symbol.

Shapes.AddSymbol( 2, 5)

 

Used by: AutoShapes collection