 | CDBGetVABaseCoordinateInfo Method (Int32, Int32, Double, CVV, String, Int32) |
Set the array channel base coordinate type, offset and values.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetVABaseCoordinateInfo(
int ch,
ref int domain,
ref double base,
CVV vv,
ref string units,
int size
)
public void GetVABaseCoordinateInfo(
int ch,
ref int domain,
ref double base,
CVV vv,
ref string units,
int size
)
Public Sub GetVABaseCoordinateInfo (
ch As Integer,
ByRef domain As Integer,
ByRef base As Double,
vv As CVV,
ByRef units As String,
size As Integer
)
Public Sub GetVABaseCoordinateInfo (
ch As Integer,
ByRef domain As Integer,
ByRef base As Double,
vv As CVV,
ByRef units As String,
size As Integer
)
public:
void GetVABaseCoordinateInfo(
int ch,
int% domain,
double% base,
CVV^ vv,
String^% units,
int size
)
public:
void GetVABaseCoordinateInfo(
int ch,
int% domain,
double% base,
CVV^ vv,
String^% units,
int size
)
member GetVABaseCoordinateInfo :
ch : int *
domain : int byref *
base : float byref *
vv : CVV *
units : string byref *
size : int -> unit
member GetVABaseCoordinateInfo :
ch : int *
domain : int byref *
base : float byref *
vv : CVV *
units : string byref *
size : int -> unit
Parameters
- ch
- Type: SystemInt32
Channel (Locked <define>DB_LOCK_READONLY</define>) - domain
- Type: SystemInt32
<define>DB_ARRAY_BASETYPE</define> - base
- Type: SystemDouble
Optional offset or base frequency - vv
- Type: GeoEngine.Core.GXNetXCVV
Values (one per array channel column) (REAL) - units
- Type: SystemString
Units - size
- Type: SystemInt32
Size of units string
RemarksSee SetVABaseCoordinateInfo_DB.
See Also