 | CEVOOBJMETAiGetWorkspaceId Method (String) |
Return the Evo workspace Id.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void iGetWorkspaceId(
ref string workspace_id
)
public void iGetWorkspaceId(
ref string workspace_id
)
Public Sub iGetWorkspaceId (
ByRef workspace_id As String
)
Public Sub iGetWorkspaceId (
ByRef workspace_id As String
)
public:
void iGetWorkspaceId(
String^% workspace_id
)
public:
void iGetWorkspaceId(
String^% workspace_id
)
member iGetWorkspaceId :
workspace_id : string byref -> unit
member iGetWorkspaceId :
workspace_id : string byref -> unit
Parameters
- workspace_id
- Type: SystemString
workspace id
See Also