PinMethod Property

 

The PinMethod property returns or sets the pin map Pin method (uniform, classed, or from data file). Returns a MVPinMethod.

 

Syntax

object.PinMethod

object.PinMethod = PinMethod

 

Parameter

Type

Description

PinMethod

MVPinMethod

required; pin method

 

Example 1

This example returns the pin method.

 

Debug.Print PinMap.PinMethod

 

Example 2

This example sets the pin method to use a uniform symbol for all the pins.

 

PinMap.PinMethod = mvPinMethodUniformSymbol

 

Used by: PinMap object