This document is archived and information here might be outdated. Recommended version. |
The dimension of this vector.
[Visual Basic .NET]
Public ReadOnly Property Dimension As Integer
[C#]
public int Dimension {get;}
[C++]
HRESULT get_Dimension(
System.Int32* Dimension
);
[C++] Parameters Dimension [out, retval]
Dimension is a parameter of type long*
Returns the Dimension of the Vector. The Dimension corresponds to the number of unique Components that define the vector.