Click or drag to resize
CMULTIGRID3DGetSectionCellSizes Method
Get the cell sizes of a section

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
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
)

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