Click or drag to resize

CVOXIGetCellSizeStrings Method (String, Int32, String, Int32, String, Int32, Double, Double, Double)

Get the Location Strings

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetCellSizeStrings(
	ref string loc_x,
	int loc_size_x,
	ref string loc_y,
	int loc_size_y,
	ref string loc_z,
	int loc_size_z,
	double scale_x,
	double scale_y,
	double scale_z
)

public void IGetCellSizeStrings(
	ref string loc_x,
	int loc_size_x,
	ref string loc_y,
	int loc_size_y,
	ref string loc_z,
	int loc_size_z,
	double scale_x,
	double scale_y,
	double scale_z
)

Parameters

loc_x
Type: SystemString
X String
loc_size_x
Type: SystemInt32
X String Size
loc_y
Type: SystemString
Y String
loc_size_y
Type: SystemInt32
Y String Size
loc_z
Type: SystemString
Z String
loc_size_z
Type: SystemInt32
Z String Size
scale_x
Type: SystemDouble
Scale to multiply X
scale_y
Type: SystemDouble
Scale to multiply Y
scale_z
Type: SystemDouble
Scale to multiply Z
See Also