Description
Specify the model rotation in the object body
frame's X, Y and Z directions.
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