Append Property

The Append property returns or sets the Append to existing image option in a pin map. Returns a Boolean.

 

Syntax

object.Append

object.Append = Append

 

Parameter

Type

Description

Append

Boolean

required; true to append the pin map to an existing image

 

Example

This example appends a pin map to an existing image.

 

Map.Append = True

 

Example 2

This example returns the state of appending a pin map to an existing image.

 

Debug.Print Map.Append

 

Used by: PinMap object