Click or drag to resize
CVOXIGetCellSizeStrings Method
Get the Location Strings

Available since Oasis montaj version: 6.3.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void IGetCellSizeStrings(
	ref string str1,
	ref string str2,
	ref string str3,
	double d4,
	double d5,
	double d6
)

Parameters

str1
Type: SystemString
X String
str2
Type: SystemString
Y String
str3
Type: SystemString
Z String
d4
Type: SystemDouble
Scale to multiply X
d5
Type: SystemDouble
Scale to multiply Y
d6
Type: SystemDouble
Scale to multiply Z
See Also