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!

Array.Length

Gets the total number of elements in all the dimensions of the Array.

[Visual Basic]
Public ReadOnly Property Length As Integer
[C#]
public int Length {get;}
[C++]
public: __property int get_Length();
[JScript]
public function get Length() : int;

Property Value

The total number of elements in all the dimensions of the Array.

See Also

Array Class | Array Members | System Namespace | GetLength | Rank