Click or drag to resize
CSYSIiPrompt Method (CGXNETCore, String, String)
Asks the User to enter a string.

Available since Oasis montaj version: 5.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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	string title,
	ref string result
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
title
Type: SystemString
Title of the window
result
Type: SystemString
Buffer to place the user's string

Return Value

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