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!

Type.GetArrayRank

When implemented by a derived class, gets the number of dimensions in an Array.

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

Return Value

The number of dimensions in an Array.

Remarks

Abstract. This method must be implemented by a derived class.

See Also

Type Class | Type Members | System Namespace | Array | Rank