NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayWithOffset.GetArray

Returns the managed array that is referenced by this ArrayWithOffset

[Visual Basic]
Public Function GetArray() As Object
[C#]
public object GetArray();
[C++]
public: Object* GetArray();
[JScript]
public function GetArray() : Object;

Return Value

The managed array referenced by this instance.

See Also

ArrayWithOffset Structure | ArrayWithOffset Members | System.Runtime.InteropServices Namespace