Click or drag to resize

CVOXGetSimpleLocation Method

Get Simple Location information

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetSimpleLocation(
	ref double origin_x,
	ref double origin_y,
	ref double origin_z,
	ref double cell_x,
	ref double cell_y,
	ref double cell_z
)

public void GetSimpleLocation(
	ref double origin_x,
	ref double origin_y,
	ref double origin_z,
	ref double cell_x,
	ref double cell_y,
	ref double cell_z
)

Parameters

origin_x
Type: SystemDouble
Origin X
origin_y
Type: SystemDouble
Origin Y
origin_z
Type: SystemDouble
Origin Z
cell_x
Type: SystemDouble
Cell Sizes in X (<define>rDUMMY</define> if not uniform)
cell_y
Type: SystemDouble
Cell Sizes in Y (<define>rDUMMY</define> if not uniform)
cell_z
Type: SystemDouble
Cell Sizes in Z (<define>rDUMMY</define> if not uniform)
See Also