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