Click or drag to resize

CVOXiSetCellSizeStrings Method

Set the Location Strings

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iSetCellSizeStrings(
	string loc_x,
	string loc_y,
	string loc_z
)

public int iSetCellSizeStrings(
	string loc_x,
	string loc_y,
	string loc_z
)

Parameters

loc_x
Type: SystemString
X String
loc_y
Type: SystemString
Y String
loc_z
Type: SystemString
Z String

Return Value

Type: Int32
0 - Ok 1 - Invalid data
See Also