Click or drag to resize
CVOXGetSimpleLocation Method
Get Simple Location information

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetSimpleLocation(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

d1
Type: SystemDouble
Origin X
d2
Type: SystemDouble
Origin Y
d3
Type: SystemDouble
Origin Z
d4
Type: SystemDouble
Cell Sizes in X (rDUMMY if not uniform)
d5
Type: SystemDouble
Cell Sizes in Y (rDUMMY if not uniform)
d6
Type: SystemDouble
Cell Sizes in Z (rDUMMY if not uniform)
See Also