 | CEMAPTEMPLATECreateVirtual Method |
Makes this EMAPTEMPLATE object the current active object to the user.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CEMAPTEMPLATE CreateVirtual(
CGXNETCore gxNetShared,
string name
)
public static CEMAPTEMPLATE CreateVirtual(
CGXNETCore gxNetShared,
string name
)
Public Shared Function CreateVirtual (
gxNetShared As CGXNETCore,
name As String
) As CEMAPTEMPLATE
Public Shared Function CreateVirtual (
gxNetShared As CGXNETCore,
name As String
) As CEMAPTEMPLATE
public:
static CEMAPTEMPLATE^ CreateVirtual(
CGXNETCore^ gxNetShared,
String^ name
)
public:
static CEMAPTEMPLATE^ CreateVirtual(
CGXNETCore^ gxNetShared,
String^ name
)
static member CreateVirtual :
gxNetShared : CGXNETCore *
name : string -> CEMAPTEMPLATE
static member CreateVirtual :
gxNetShared : CGXNETCore *
name : string -> CEMAPTEMPLATE
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of map to create a virtual EMAMTEMPLATE from
Return Value
Type:
CEMAPTEMPLATEEMAPTEMPLATE Object
See Also