Click or drag to resize
CSYSIiPrompt Method
Asks the User to enter a string.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The User string is displayed as the default value in the prompt. Empty the user string if no default is needed.
Syntax
public static int IiPrompt(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
Title of the window
str2
Type: SystemString
Buffer to place the user's string

Return Value

Type: Int32
0 - User hit OK 1 - user hit CANCEL
See Also