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";
10/23/2013
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";