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.GetOffset

Returns the offset originally provided when this ArrayWithOffset was constructed.

[Visual Basic]
Public Function GetOffset() As Integer
[C#]
public int GetOffset();
[C++]
public: int GetOffset();
[JScript]
public function GetOffset() : int;

Return Value

The offset for this instance.

See Also

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