Returns the current unit for this
dimension.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property CurrentUnit() As IAgUnitPrefsUnit
|
| [C#] |
|---|
public IAgUnitPrefsUnit CurrentUnit {get;}
|
| [Managed C++] |
|---|
public: __property IAgUnitPrefsUnit^ get_CurrentUnit();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CurrentUnit(
|
| [Java] |
|---|
public IAgUnitPrefsUnit getCurrentUnit();
|