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