Click or drag to resize

CSYSSetInfoLine Method

Display a message on the information line at the left bottom corner of the OAISIS montaj application.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void SetInfoLine(
	CGXNETCore gxNetShared,
	string message
)

public static void SetInfoLine(
	CGXNETCore gxNetShared,
	string message
)

Parameters

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