STK ObjectsSend comments on this topic.
MarkersVisible Property (IAgMtoVOGlobalTrackOptions)
See Also
Windows





Windows & Linux

Description

Opt whether to display MTO track markers in the 3D graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkersVisible() As Boolean
[C#]
public bool MarkersVisible {get; set;}
[Managed C++]
public: __property bool get_MarkersVisible();
public: __property void set_MarkersVisible( bool );
[Unmanaged C++]
public: HRESULT get_MarkersVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_MarkersVisible(
    VARIANT_BOOL MarkersVisible
);
[Java]
public bool getMarkersVisible();
public void setMarkersVisible(
    bool
);
[Python - STK API ]
@property
def MarkersVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.