AGI STK Objects 11 Send comments on this topic.
AlwaysDisplay Property (IAgVeVOBPlaneEvent)
See Also 





Description

Whether the B-Plane will be displayed throughout the scenario's animation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AlwaysDisplay();
public: __property void set_AlwaysDisplay(
bool
);

[Unmanaged C++]
public: HRESULT get_AlwaysDisplay(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AlwaysDisplay(
VARIANT_BOOL NewAlwaysDisplay
);

[Java]
public bool getAlwaysDisplay();public void setAlwaysDisplay(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1