DataMetricsType Property

The DataMetricsType property returns or sets the data metric type for gradient maps. Returns the data metric type.

 

Syntax

object.DataMetricsType

object.DataMetricsType = DataMetricsType

 

Parameter

Type

Description

DataMetricsType

MVDataMetricsType

required; data metric

 

Example   

    'Change the gridding method to Data Metrics

    GradientMap.GridMethod = mvGridDataMetrics

   

    'DataMetricsType

    'Change the metric to show the sum of the Z values within the search

    GradientMap.DataMetricsType = mvGridMetricSum

 

Used by: GradientMap object