ClassMethod Property

 

The ClassMethod property returns or sets the map data classification (binning) method. Returns a MVClassificationMethod.

 

Syntax

object.ClassMethod

object.ClassMethod = ClassMethod

 

Parameter

Type

Description

ClassMethod

MVClassificationMethod

required; classification method

 

Example 1

This example returns the classification method for a prism map.

 

Debug.Print PrismMap.ClassMethod

 

Example 2

This example sets the classification method to user defined for a pin map.

 

PinMap.ClassMethod = mvClassificationUserDefined

 

Used by: FlowMap object, PinMap object, PrismMap object, TerritoryMap object