GPLinearUnit
Base Type: GPValue
A geoprocessing class for a linear unit.
Property |
Type |
Description |
---|---|---|
Units |
The unit the value is measured in. | |
Value |
double |
The distance. |
Examples
C#
gpLinearUnit.Value = 100;
gpLinearUnit.Units = esriUnits.esriMeters;
2/28/2020