Click or drag to resize

CSYSIModelessDialogParameterFileName Method (String, Int32)

Internal function used to allow modeless dialogs to be scripted

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

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

Parameters

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