Whether the B-Plane will be displayed throughout the scenario's animation.
Read-write property
[Visual Basic .NET] |
---|
Public Property AlwaysDisplay() As Boolean |
[C#] |
---|
public bool AlwaysDisplay {get; set;} |
[Managed C++] |
---|
public: __property bool get_AlwaysDisplay(); |
[Unmanaged C++] |
---|
public: HRESULT get_AlwaysDisplay( VARIANT_BOOL * pVal ); public: HRESULT put_AlwaysDisplay( VARIANT_BOOL AlwaysDisplay ); |
[Java] |
---|
public bool getAlwaysDisplay(); public void setAlwaysDisplay( bool ); |