Description
If selected, select a unit from the drop-down menu. Only available for angles.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AngleValueVisible() As Boolean
|
| [C#] |
|---|
public bool AngleValueVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_AngleValueVisible(); public: __property void set_AngleValueVisible( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AngleValueVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_AngleValueVisible( VARIANT_BOOL NewAngleValueVisible );
|
| [Java] |
|---|
public bool getAngleValueVisible();public void setAngleValueVisible( bool );
|
See Also