 | CVAiGetArray Method |
Get an array of data from a VA.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void iGetArray(
int start_row,
int start_col,
int rows,
int cols,
byte* data,
int gs_type
)
public void iGetArray(
int start_row,
int start_col,
int rows,
int cols,
byte* data,
int gs_type
)
Visual Basic does not support APIs that consume or return unsafe types.
Visual Basic does not support APIs that consume or return unsafe types.
public:
void iGetArray(
int start_row,
int start_col,
int rows,
int cols,
unsigned char* data,
int gs_type
)
public:
void iGetArray(
int start_row,
int start_col,
int rows,
int cols,
unsigned char* data,
int gs_type
)
F# does not support APIs that consume or return unsafe types.
F# does not support APIs that consume or return unsafe types.
Parameters
- start_row
- Type: SystemInt32
Starting Row - start_col
- Type: SystemInt32
Starting Column - rows
- Type: SystemInt32
# rows - cols
- Type: SystemInt32
# cols - data
- Type: SystemByte*
Data buffer to copy VA data into - gs_type
- Type: SystemInt32
<define>GS_TYPES</define>
See Also