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






Windows & Linux

Description

Show Graphics at Altitude.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowAtAlt();
public: __property void set_ShowAtAlt(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowAtAlt(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowAtAlt(
VARIANT_BOOL NewShowAtAlt
);

[Java]
public bool getShowAtAlt();public void setShowAtAlt(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface