GPLong
Base Type: GPValue
A geoprocessing class for a long value.
Property |
Type |
Description |
---|---|---|
Value |
int |
The long value |
Examples
C#
GPLong gpLong = new GPLong();
gpLong.Value = 90;
2/28/2020
Base Type: GPValue
A geoprocessing class for a long value.
Property |
Type |
Description |
---|---|---|
Value |
int |
The long value |
GPLong gpLong = new GPLong();
gpLong.Value = 90;