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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointsVisible() As Boolean
[C#]
public bool PointsVisible {get; set;}
[Managed C++]
public: __property bool get_PointsVisible();
public: __property void set_PointsVisible( bool );
[Unmanaged C++]
public: HRESULT get_PointsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PointsVisible(
    VARIANT_BOOL PointsVisible
);
[Java]
public bool getPointsVisible();
public void setPointsVisible(
    bool
);
[Python - STK API ]
@property
def PointsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.