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;
10/23/2013
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;