Click or drag to resize

CSYSIModelessDialogParameterFileName Method (CGXNETCore, String, Int32)

Internal function used to allow modeless dialogs to be scripted

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static void IModelessDialogParameterFileName(
	CGXNETCore gxNetShared,
	ref string out,
	int size
)

public static void IModelessDialogParameterFileName(
	CGXNETCore gxNetShared,
	ref string out,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
out
Type: SystemString
Output name
size
Type: SystemInt32
Size of output name
Remarks
This function is used to allow modeless dialogs to be scripted. It should not be used in normal programming. The modeless dialog writes its parameters to this temp file that is used by the scripting engine on closing to include those parameters in the script.
See Also