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;

11/8/2016