DatabaseWorldview Property
|
Property that controls the switching of the
UCS to the WCS for the duration of the 3DORBIT, DVIEW and VPOINT
commands. This property corresponds to the WORLDVIEW system
variable. ValueDescriptionfalse UCS is unchanged.
true UCS switches to WCS.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Worldview { get; set; }
Public Property Worldview As Boolean
Get
Set
public:
property bool Worldview {
bool get ();
void set (bool value);
}
member Worldview : bool with get, set
Property Value
Boolean
See Also