Click or drag to resize
CVOXGetLocation Method
Get 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 GetLocation(
	ref double d1,
	ref double d2,
	ref double d3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6
)

Parameters

d1
Type: SystemDouble
Origin X
d2
Type: SystemDouble
Origin Y
d3
Type: SystemDouble
Origin Z
oVV4
Type: GeoEngine.Core.GXNetCVV
Cell sizes in X
oVV5
Type: GeoEngine.Core.GXNetCVV
Cell sizes in Y
oVV6
Type: GeoEngine.Core.GXNetCVV
Cell sizes in Z
See Also