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