STK ObjectsSend comments on this topic.
UseVehicleAlt Property (IAgVeGfxSAA)
See Also
Windows





Windows & Linux

Description

Opt whether to display South Atlantic Anomaly contours at the satellite's altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseVehicleAlt() As Boolean
[C#]
public bool UseVehicleAlt {get; set;}
[Managed C++]
public: __property bool get_UseVehicleAlt();
public: __property void set_UseVehicleAlt( bool );
[Unmanaged C++]
public: HRESULT get_UseVehicleAlt(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseVehicleAlt(
    VARIANT_BOOL UseVehicleAlt
);
[Java]
public bool getUseVehicleAlt();
public void setUseVehicleAlt(
    bool
);
[Python - STK API ]
@property
def UseVehicleAlt(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.