Click or drag to resize
CSYSDisplayInt Method
Display an integer.

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)
Syntax
public static void DisplayInt(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Title of the Window
i2
Type: SystemInt32
number
See Also