AGI STK Objects 11 Send comments on this topic.
AngleValueVisible Property (IAgVORefCrdnAngle)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1