 | 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
Syntaxpublic static void IModelessDialogParameterFileName(
ref string out
)
public static void IModelessDialogParameterFileName(
ref string out
)
Public Shared Sub IModelessDialogParameterFileName (
ByRef out As String
)
Public Shared Sub IModelessDialogParameterFileName (
ByRef out As String
)
public:
static void IModelessDialogParameterFileName(
String^% out
)
public:
static void IModelessDialogParameterFileName(
String^% out
)
static member IModelessDialogParameterFileName :
out : string byref -> unit
static member IModelessDialogParameterFileName :
out : string byref -> unit
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