STK ObjectsSend comments on this topic.
MagnitudeVisible Property (IAgVORefCrdnPoint)
See Also
Windows





Windows & Linux

Description

If selected, the magnitude value is displayed on the selected geometric element.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MagnitudeVisible() As Boolean
[C#]
public bool MagnitudeVisible {get; set;}
[Managed C++]
public: __property bool get_MagnitudeVisible();
public: __property void set_MagnitudeVisible( bool );
[Unmanaged C++]
public: HRESULT get_MagnitudeVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_MagnitudeVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getMagnitudeVisible();
public void setMagnitudeVisible(
    bool
);
[Python - STK API ]
@property
def MagnitudeVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.