 | CARCDHSetProject Method |
Sets the current DH project in the Target extension
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void SetProject(
CGXNETCore gxNetShared,
string path,
string project
)
public static void SetProject(
CGXNETCore gxNetShared,
string path,
string project
)
Public Shared Sub SetProject (
gxNetShared As CGXNETCore,
path As String,
project As String
)
Public Shared Sub SetProject (
gxNetShared As CGXNETCore,
path As String,
project As String
)
public:
static void SetProject(
CGXNETCore^ gxNetShared,
String^ path,
String^ project
)
public:
static void SetProject(
CGXNETCore^ gxNetShared,
String^ path,
String^ project
)
static member SetProject :
gxNetShared : CGXNETCore *
path : string *
project : string -> unit
static member SetProject :
gxNetShared : CGXNETCore *
path : string *
project : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - path
- Type: SystemString
Path String - project
- Type: SystemString
Project Name
See Also