AGI STK Objects 11 Send comments on this topic.
IsWaypointMarkersVisible Property (IAgVeGfxWaypointMarker)
See Also 
Windows






Windows & Linux

Description

Opt whether to display a marker in the 2D Graphics window at each waypoint along the vehicle's route.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsWaypointMarkersVisible() As Boolean

[C#]
public bool IsWaypointMarkersVisible {get; set;}

[Managed C++]
public: __property bool get_IsWaypointMarkersVisible();
public: __property void set_IsWaypointMarkersVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsWaypointMarkersVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsWaypointMarkersVisible(
VARIANT_BOOL NewIsWaypointMarkersVisible
);

[Java]
public bool getIsWaypointMarkersVisible();public void setIsWaypointMarkersVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface