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";

11/8/2016