GPString
Base Type: GPValue
A geoprocessing class for a string.
Property |
Type |
Description |
---|---|---|
Value |
string |
The string value. |
Examples
C#
GPString gpString = new GPString();
gpString.Value = "some string";
2/28/2020
Base Type: GPValue
A geoprocessing class for a string.
Property |
Type |
Description |
---|---|---|
Value |
string |
The string value. |
GPString gpString = new GPString();
gpString.Value = "some string";