ViewEnableStereo Property
|
Property that indicates whether stereo viewing
is enabled for this Viewport object.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool EnableStereo { get; set; }
Public Overridable Property EnableStereo As Boolean
Get
Set
public:
virtual property bool EnableStereo {
bool get ();
void set (bool value);
}
abstract EnableStereo : bool with get, set
override EnableStereo : bool with get, set
Property Value
Boolean
See Also