 | CEVOOBJMETAiGetBoundingBox Method (String) |
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
)
public void iGetBoundingBox(
ref string bounding_box
)
Public Sub iGetBoundingBox (
ByRef bounding_box As String
)
Public Sub iGetBoundingBox (
ByRef bounding_box As String
)
public:
void iGetBoundingBox(
String^% bounding_box
)
public:
void iGetBoundingBox(
String^% bounding_box
)
member iGetBoundingBox :
bounding_box : string byref -> unit
member iGetBoundingBox :
bounding_box : string byref -> 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
See Also