Click or drag to resize
CSYSiGetYesNo Method
Check a YES/NO Setting

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iGetYesNo(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Group Name
str2
Type: SystemString
Parameter Name

Return Value

Type: Int32
1 - if first char in setting is a "Y" or"y" 0 - Otherwise
See Also