 | CEVOOBJMETAiGetBoundingBox Method (String, Int32) |
Get Evo object bounding box in JSON string.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void iGetBoundingBox(
ref string bounding_box,
int size
)
public void iGetBoundingBox(
ref string bounding_box,
int size
)
Public Sub iGetBoundingBox (
ByRef bounding_box As String,
size As Integer
)
Public Sub iGetBoundingBox (
ByRef bounding_box As String,
size As Integer
)
public:
void iGetBoundingBox(
String^% bounding_box,
int size
)
public:
void iGetBoundingBox(
String^% bounding_box,
int size
)
member iGetBoundingBox :
bounding_box : string byref *
size : int -> unit
member iGetBoundingBox :
bounding_box : string byref *
size : int -> unit
Parameters
- bounding_box
- Type: SystemString
JSON string for bounding box, refer to H_EVOBOUNDINGBOX or annotations for Seequent.Evo.Client.Api.Core.Goose.Model.BoundingBox - size
- Type: SystemInt32
maximum length
See Also