 | CSTRINGSLaunchDigitizationUI Method |
Launch Digitization modeless window
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void LaunchDigitizationUI(
CGXNETCore gxNetShared,
string stringfile,
string feature_guid
)
public static void LaunchDigitizationUI(
CGXNETCore gxNetShared,
string stringfile,
string feature_guid
)
Public Shared Sub LaunchDigitizationUI (
gxNetShared As CGXNETCore,
stringfile As String,
feature_guid As String
)
Public Shared Sub LaunchDigitizationUI (
gxNetShared As CGXNETCore,
stringfile As String,
feature_guid As String
)
public:
static void LaunchDigitizationUI(
CGXNETCore^ gxNetShared,
String^ stringfile,
String^ feature_guid
)
public:
static void LaunchDigitizationUI(
CGXNETCore^ gxNetShared,
String^ stringfile,
String^ feature_guid
)
static member LaunchDigitizationUI :
gxNetShared : CGXNETCore *
stringfile : string *
feature_guid : string -> unit
static member LaunchDigitizationUI :
gxNetShared : CGXNETCore *
stringfile : string *
feature_guid : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - stringfile
- Type: SystemString
String file - feature_guid
- Type: SystemString
Definition guid
See Also