Click or drag to resize
CSYSiDisplayQuestion Method
Display a YES/NO type question. This method waits for the user to hit YES or NO.

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)
Syntax
public static int iDisplayQuestion(
	CGXNETCore gxNetShared,
	string title,
	string message
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
title
Type: SystemString
Title of the window
message
Type: SystemString
Message String

Return Value

Type: Int32
0 - user selected No 1 - user selected YES
See Also