 | CEDB.iGetMarkChanVA Method |
Get channel data for the current mark.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetMarkChanVA(
CVA vv,
int chan
)
public int iGetMarkChanVA(
CVA vv,
int chan
)
Public Function iGetMarkChanVA (
vv As CVA,
chan As Integer
) As Integer
Public Function iGetMarkChanVA (
vv As CVA,
chan As Integer
) As Integer
public:
int iGetMarkChanVA(
CVA^ vv,
int chan
)
public:
int iGetMarkChanVA(
CVA^ vv,
int chan
)
member iGetMarkChanVA :
vv : CVA *
chan : int -> int
member iGetMarkChanVA :
vv : CVA *
chan : int -> int
Parameters
- vv
- Type: GeoEngine.Core.GXNetX.CVA
VA in which to place the data. - chan
- Type: System.Int32
Channel symbol to retrieve.
Return Value
Type:
Int32
0 if successful.
1 if failed, or if entire database is marked.
Remarks
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 VA will be resized to the length of the data
See Also