AGI STK Objects 11 Send comments on this topic.
UseVehicleAlt Property (IAgVeGfxSAA)
See Also 





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 * pRetVal
);
public: HRESULT put_UseVehicleAlt(
VARIANT_BOOL NewUseVehicleAlt
);

[Java]
public bool getUseVehicleAlt();public void setUseVehicleAlt(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1