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





Windows & Linux

Description

Opt whether to show the vehicle's route.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsRouteVisible() As Boolean
[C#]
public bool IsRouteVisible {get; set;}
[Managed C++]
public: __property bool get_IsRouteVisible();
public: __property void set_IsRouteVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsRouteVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsRouteVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getIsRouteVisible();
public void setIsRouteVisible(
    bool
);
[Python - STK API ]
@property
def IsRouteVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.