GeoprocessingLong

A long input or output parameter. Corresponds to GPLong parameter type on the service. The range of values corresponds to a 32 bit integer from -2,147,483,648 to 2,147,483,647.

Since

200.1.0

See also

GeoprocessingLong.GeoprocessingLong

(Int)

Constructors

Link copied to clipboard
constructor()

Create a geoprocessing long parameter.

constructor(value: Int)

Create a geoprocessing long parameter with the given value.

Properties

Link copied to clipboard
var value: Int

The value of this parameter.