Click or drag to resize

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

public void iGetBoundingBox(
	ref string bounding_box,
	int size
)

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