Click or drag to resize

CMULTIGRID3DGetSectionCellSizes Method

Get the cell sizes of a section

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetSectionCellSizes(
	double azimuth,
	double scale,
	double origin_x,
	double origin_y,
	double origin_z,
	ref double cell_size_x,
	ref double cell_size_y
)

public void GetSectionCellSizes(
	double azimuth,
	double scale,
	double origin_x,
	double origin_y,
	double origin_z,
	ref double cell_size_x,
	ref double cell_size_y
)

Parameters

azimuth
Type: SystemDouble
azimuth
scale
Type: SystemDouble
scale
origin_x
Type: SystemDouble
x origin
origin_y
Type: SystemDouble
y origin
origin_z
Type: SystemDouble
z origin
cell_size_x
Type: SystemDouble
cell size in x
cell_size_y
Type: SystemDouble
cell size in y
See Also