Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The ArrayElement method returns the typed data in the specified array element of the typed data represented by the ExtRemoteTyped object.
Syntax
ExtRemoteTyped ArrayElement(
[in] LONG64 Index
);
Parameters
[in] Index
The index of the array element.
Return value
ArrayElement returns a new ExtRemoteData object that represents the typed data for the specified element of the array.
Remarks
If the typed data represented by this object is a pointer and not an array, the pointer is treated like an array.
The ExtRemoteTyped::operator[] overloaded operator performs a similar function.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |