SymbolScaleMethod Property

SymbolScale returns or sets the symbol scaling method. Returns a SrfVecSymScale.

Syntax

object.SymbolScaleMethod

object.SymbolScaleMethod = Method

Parameter

Type

Description

Method

SrfVecSymScale

required

Example 1

This example demonstrates how to return the vector symbol scaling method.

Debug.Print VectorLayer.SymbolScaleMethod

Example 2

This example demonstrates how to scale vector symbols by square root.

VectorLayer.SymbolScaleMethod = srfVecSqRoot

Used by: VectorLayer Object