ClassSymbol Property

 

The ClassSymbol property returns the pin map symbol properties for a class. Returns a MarkerFormat object. This is a read-only property.

 

Syntax

object.ClassSymbol( ClassIndex )

 

Parameter

Type

Description

ClassIndex

Integer

required; class number

 

Example 1

This example changes the symbol size for the second pin map class to 0.7.

 

PinMap.ClassSymbol(2).Size = 0.7

 

Example 2

This example changes the second pin map class symbol fill color to green.

 

PinMap.ClassSymbol(4). FillColor = mvColorGreen

 

Used by: PinMap object