Click or drag to resize

CSYSIModelessDialogParameterFileName Method (String)

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
)

public static void IModelessDialogParameterFileName(
	ref string out
)

Parameters

out
Type: SystemString
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