 | VectorInternalItem Method |
Access an item at a particular index
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxprotected void* InternalItem(
int position
)
protected void* InternalItem(
int position
)
Visual Basic does not support APIs that consume or return unsafe types.
Visual Basic does not support APIs that consume or return unsafe types.
protected:
void* InternalItem(
int position
)
protected:
void* InternalItem(
int position
)
F# does not support APIs that consume or return unsafe types.
F# does not support APIs that consume or return unsafe types.
Parameters
- position
- Type: SystemInt32
Return Value
Type:
Void*
See Also