DatabaseUcsOrthographic Property
|
Property that controls the model space
orthographic UCS with respect to the base UCS. This property
corresponds to the UCSORTHOVIEW system variable.
ValueDescription0 Non-orthographc 1 Top 2 Bottom 3
Front 4 Back 5 Left 6 Right
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public OrthographicView UcsOrthographic { get; }
Public ReadOnly Property UcsOrthographic As OrthographicView
Get
public:
property OrthographicView UcsOrthographic {
OrthographicView get ();
}
member UcsOrthographic : OrthographicView with get
Property Value
OrthographicView
See Also