GPLinearUnit

Base Type: GPValue

A geoprocessing class for a linear unit.

Property

Type

Description

Units

esriUnits

The unit the value is measured in.

Value

double

The distance.

Examples

C#

gpLinearUnit.Value = 100;

gpLinearUnit.Units = esriUnits.esriMeters;

11/8/2016