CVA Methods |
The CVA type exposes the following members.
| Name | Description | |
|---|---|---|
| AddElevationsVVToDepths | Add one VV value to each row of the VA, output true elevation. | |
| Append | Appends VAs | |
| Average | Average elements in a VA by row or column | |
| Copy | Copy one VA to another. | |
| Copy2 | Copy part of a vector into part of another vector. | |
| Create | Create a VA. | |
| CreateExt | Create a VA, using one of the <define>GS_TYPES</define> special data types. | |
| CreateVV | Create a VA using the data in a VV. | |
| Dispose | (Overrides CHANDLEDispose(Boolean).) | |
| GetFullVV | Get the full VV from the VA. | |
| GetVV | Get a row or column of data as a VV from an array. | |
| iCheckForRepeating | Window a VA to a VV based on fractional frame | |
| iCheckForRepeating2 | Window a VA to a VV based on fractional frame | |
| iCol | Return number of columns in VA | |
| iGetArray | Get an array of data from a VA. | |
| iGetInt | Get an integer element from a VA. | |
| IGetString(Int32, Int32, String) | Get a string element from a VA. | |
| IGetString(Int32, Int32, String, Int32) | Get a string element from a VA. | |
| iLen | Return length (number of rows) in a VA. | |
| IndexOrder | Reorder a VA based on an index VV | |
| iSetArray | Set a range of data in an array | |
| LookupIndex | Lookup a VA from another VA using an index VV. | |
| Range |
Computes the minimum and maximum range of the data, in doubles,
in a vector while ignoring dummies, for a range of columns and rows.
| |
| RangeColumns |
Computes the minimum and maximum range of the data for individual columns, in doubles,
for a range of columns and rows.
| |
| RangeDouble |
Computes the minimum and maximum range of the data, in doubles,
in a vector while ignoring dummies.
| |
| ReFid | Re-sample a VA to a new fid start/icrement | |
| Reverse | Reverses the order of the rows in a VA. | |
| rGetFidIncr | Gets the Fiducial increment from a VA | |
| rGetFidStart | Gets the Fiducial start from a VA | |
| rGetReal | Get a real element from a VA. | |
| SetFidIncr | Sets the Fiducial increment of a VA | |
| SetFidStart | Sets the Fiducial start of a VA | |
| SetInt | Set an integer element in a VA. | |
| SetIntN | Set N rows of integer elements in a VA. | |
| SetLn | Set the length (number of rows) of the VA | |
| SetReal | Set a real element in a VA. | |
| SetString | Set a string element in a VA. | |
| SetVV | Set a row or column of data in an array from a VV. | |
| Trans | Translate (VA + base ) * mult | |
| Window | Window a VA to a VV based in intergral frame | |
| Window2 | Window a VA to a VV based on fractional frame |