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
);
|
See Also