 | CEVOOBJMETAiGetVersionId Method (String, Int32) |
Return the Evo object version Id.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntaxpublic void iGetVersionId(
ref string version_id,
int size
)
public void iGetVersionId(
ref string version_id,
int size
)
Public Sub iGetVersionId (
ByRef version_id As String,
size As Integer
)
Public Sub iGetVersionId (
ByRef version_id As String,
size As Integer
)
public:
void iGetVersionId(
String^% version_id,
int size
)
public:
void iGetVersionId(
String^% version_id,
int size
)
member iGetVersionId :
version_id : string byref *
size : int -> unit
member iGetVersionId :
version_id : string byref *
size : int -> unit
Parameters
- version_id
- Type: SystemString
version id of the Evo object at the time of the last publish - size
- Type: SystemInt32
maximum length
See Also