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;
2/28/2020