Method to set unit preferences.
| [Visual Basic .NET] |
|---|
Public Sub SetCurrentUnit( _
ByVal UnitAbbrv As String _
)
|
| [C#] |
|---|
public void SetCurrentUnit(
|
| [Managed C++] |
|---|
public: void SetCurrentUnit(
|
| [Java] |
|---|
public setCurrentUnit(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetCurrentUnit(
|
- UnitAbbrv
- The unit abbreviation to set for the dimension.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||