STK ObjectsSend comments on this topic.
AngleValueVisible Property (IAgVORefCrdnAngle)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AngleValueVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getAngleValueVisible();
public void setAngleValueVisible(
    bool
);
[Python - STK API ]
@property
def AngleValueVisible(self) -> bool:

@AngleValueVisible.setter
def AngleValueVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.