Description
The dimension of the constant value, this can be any of the STK supported dimensions.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Dimension() As String
|
| [C#] |
|---|
public string Dimension {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Dimension(); public: __property void set_Dimension( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Dimension( BSTR * pRetVal ); public: HRESULT put_Dimension( BSTR NewDimension );
|
| [Java] |
|---|
public String getDimension(); public void setDimension( String );
|
See Also