 | CVOXiSetCellSizeStrings Method |
Set the Location Strings
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iSetCellSizeStrings(
string loc_x,
string loc_y,
string loc_z
)
public int iSetCellSizeStrings(
string loc_x,
string loc_y,
string loc_z
)
Public Function iSetCellSizeStrings (
loc_x As String,
loc_y As String,
loc_z As String
) As Integer
Public Function iSetCellSizeStrings (
loc_x As String,
loc_y As String,
loc_z As String
) As Integer
public:
int iSetCellSizeStrings(
String^ loc_x,
String^ loc_y,
String^ loc_z
)
public:
int iSetCellSizeStrings(
String^ loc_x,
String^ loc_y,
String^ loc_z
)
member iSetCellSizeStrings :
loc_x : string *
loc_y : string *
loc_z : string -> int
member iSetCellSizeStrings :
loc_x : string *
loc_y : string *
loc_z : string -> int
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