Click or drag to resize
CEDBiGetMarkChanVV Method
Get channel data for the current mark.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The current "mark" in this case is the start and end fiducials and not the selected channel. You can use this method to retrieve the selected range from any channel, loaded or not. The VV will be resized to the length of the data
Syntax
public int iGetMarkChanVV(
	CVV oVV1,
	int i2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV in which to place the data.
i2
Type: SystemInt32
Channel symbol to retrieve.

Return Value

Type: Int32
0 if successful. 1 if failed, or if entire database is marked.
See Also