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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CIMG oIMG1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	CVV oVV7
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
input image
d2
Type: SystemDouble
X1
d3
Type: SystemDouble
Y1
d4
Type: SystemDouble
X2
d5
Type: SystemDouble
Y2
d6
Type: SystemDouble
sample separation, if 0.0, use grid cell size
oVV7
Type: GeoEngine.Core.GXNetCVV
VV in which to place result
See Also