SymbolAngle Property

 

The SymbolAngle property returns or sets the pin map Symbol angle. Returns a double.

 

Syntax

object.SymbolAngle

object.SymbolAngle = SymbolAngle

 

Parameter

Type

Description

SymbolAngle

Double

required; angle in degrees

 

Remarks

Positive degrees rotate the symbol counterclockwise, negative degrees rotate the selection clockwise.

 

Example 1

This example demonstrates how to return the symbol angle.

 

Debug.Print PinMap.SymbolAngle

 

Example 2

This example demonstrates how to rotate pin map symbols 60 degrees counterclockwise.

 

PinMap.SymbolAngle = 60

 

Used by: PinMap object