Click or drag to resize

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
Syntax
public void iGetBoundingBox(
	ref string bounding_box
)

public void iGetBoundingBox(
	ref string bounding_box
)

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