STK ObjectsSend comments on this topic.
AlwaysDisplay Property (IAgVeVOBPlaneEvent)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AlwaysDisplay(
    VARIANT_BOOL AlwaysDisplay
);
[Java]
public bool getAlwaysDisplay();
public void setAlwaysDisplay(
    bool
);
[Python - STK API ]
@property
def AlwaysDisplay(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.