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