STK ObjectsSend comments on this topic.
IsRouteMarkerVisible Property (IAgVeGfxAttributesRoute)
See Also
Windows





Windows & Linux

Description

Opt whether to show the vehicle's route marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsRouteMarkerVisible() As Boolean
[C#]
public bool IsRouteMarkerVisible {get; set;}
[Managed C++]
public: __property bool get_IsRouteMarkerVisible();
public: __property void set_IsRouteMarkerVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsRouteMarkerVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsRouteMarkerVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getIsRouteMarkerVisible();
public void setIsRouteMarkerVisible(
    bool
);
[Python - STK API ]
@property
def IsRouteMarkerVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.