Click or drag to resize
CSYSSetInfoLine Method
Display a message on the information line at the left bottom corner of the OAISIS montaj application.

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 void SetInfoLine(
	CGXNETCore gxNetShared,
	string message
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
message
Type: SystemString
Message String
See Also