 | CVViSetData Method |
Copy data from user memory to a VV
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void iSetData(
int start,
int elements,
byte* data,
int gs_type
)
public void iSetData(
int start,
int elements,
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 iSetData(
int start,
int elements,
unsigned char* data,
int gs_type
)
public:
void iSetData(
int start,
int elements,
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
- Type: SystemInt32
Start Location - elements
- Type: SystemInt32
Number of Elements - data
- Type: SystemByte*
Data buffer to copy into into VV - gs_type
- Type: SystemInt32
<define>GS_TYPES</define>
See Also