Description
The angle unit abbreviation.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AngleUnitAbrv() As String
|
| [C#] |
|---|
public string AngleUnitAbrv {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_AngleUnitAbrv(); public: __property void set_AngleUnitAbrv( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AngleUnitAbrv( BSTR * pRetVal ); public: HRESULT put_AngleUnitAbrv( BSTR NewAngleUnitAbrv );
|
| [Java] |
|---|
public String getAngleUnitAbrv();public void setAngleUnitAbrv( String );
|
See Also