Description
If not inherited from Scenario-level
settings, opt whether to display sensor 2D graphics.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Enable() As Boolean
|
[C#] |
public bool Enable {get; set;}
|
[Managed C++] |
public: __property bool get_Enable();
public: __property void set_Enable(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_Enable(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Enable(
VARIANT_BOOL NewEnable
);
|
[Java] |
public bool getEnable();public void setEnable(
bool
);
|
See Also