Gets or sets a flag to enable or disable all the 3D options.
public bool Enabled {get; set;}
public: __property bool get_Enabled();
public: __property void set_Enabled(
bool value
);
public:
property bool Enabled {
bool get();
void set ( bool value);
}
'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As Viewer3DOptions
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled
Property Value
Type:
System.Boolean True to enable the 3D options; Otherwise, false.