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