Returns the Current Unit for a
Dimension.
| [Visual Basic .NET] |
|---|
Public Function GetCurrentUnitAbbrv( _
ByVal IndexOrDimName As System.Object _
) As String
|
| [C#] |
|---|
public string GetCurrentUnitAbbrv(
|
| [Managed C++] |
|---|
public: String __gc ^ GetCurrentUnitAbbrv(
|
| [Java] |
|---|
public String getCurrentUnitAbbrv(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetCurrentUnitAbbrv(
|
- IndexOrDimName
- The index or dimension name
Returns the current unit abbreviation for the
given index.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||
Get a current unit
preference
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Get a current unit
preference
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||