ProportionalAngle Property

 

The ProportionalAngle property returns or sets the symbol map Angle data proportional to angle range option. This property is used when SymbolAngleFromCol is true. Returns a Boolean.

 

Syntax

object.ProportionalAngle

object.ProportionalAngle = ProportionalAngle

 

Parameter

Type

Description

ProportionalAngle

Boolean

required; true use proportional symbol angles

 

Example

    'ProportionalAngle

    'Set the symbol map to use a column for the angle (**ZACH: this is kind of a strange thing to do, but you have to

    'set this to true to use it from the worksheet and apply ProportionalAngle below)

    SymbolMap.SymbolAngleFromCol = True

 

Used by: SymbolMap object