Click or drag to resize
CIMUProfile Method
Extract a profile from a grid.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Returned VV will start at X1,Y1 and will sample up to X2,Y2 at the specified separation.
Syntax
public static void Profile(
	CGXNETCore gxNetShared,
	CIMG img,
	double x1,
	double y1,
	double x2,
	double y2,
	double samsep,
	CVV vv_z
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Input image
x1
Type: SystemDouble
X1
y1
Type: SystemDouble
Y1
x2
Type: SystemDouble
X2
y2
Type: SystemDouble
Y2
samsep
Type: SystemDouble
Sample separation, if 0.0, use grid cell size
vv_z
Type: GeoEngine.Core.GXNetXCVV
VV in which to place result
See Also