GPBoolean
Base Type: GPValue
A geoprocessing class for a boolean value.
|
Property |
Type |
Description |
|---|---|---|
|
Value |
bool |
The boolean value (true or false). |
Examples
C#
GPBoolean gpBool = new GPBoolean();
gpBool.Value = false;
10/23/2013
Base Type: GPValue
A geoprocessing class for a boolean value.
|
Property |
Type |
Description |
|---|---|---|
|
Value |
bool |
The boolean value (true or false). |
GPBoolean gpBool = new GPBoolean();
gpBool.Value = false;