Gets the array height
Read-only property
[Visual Basic .NET] |
---|
Public Property Height() As Double
|
[C#] |
---|
public double Height {get;}
|
[Managed C++] |
---|
public: __property double get_Height();
|
[Unmanaged C++] |
---|
public: HRESULT get_Height(
|
[Java] |
---|
public double getHeight();
|