 | CEVOOBJMETAiGetWorkspaceId Method (String, Int32) |
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,
int size
)
public void iGetWorkspaceId(
ref string workspace_id,
int size
)
Public Sub iGetWorkspaceId (
ByRef workspace_id As String,
size As Integer
)
Public Sub iGetWorkspaceId (
ByRef workspace_id As String,
size As Integer
)
public:
void iGetWorkspaceId(
String^% workspace_id,
int size
)
public:
void iGetWorkspaceId(
String^% workspace_id,
int size
)
member iGetWorkspaceId :
workspace_id : string byref *
size : int -> unit
member iGetWorkspaceId :
workspace_id : string byref *
size : int -> unit
Parameters
- workspace_id
- Type: SystemString
workspace id - size
- Type: SystemInt32
maximum length
See Also