AbstractViewPEOrthoUcs
Property
|
Property that represents orthographic view
type of the UCS (User Coordinate System) associated with the
Viewport object. NameValueView
typeNonOrthoView 0 Non-orthographic with respect to the UCS
TopView 1 Top view with respect to the UCS BottomView 2 Bottom view
with respect to the UCS FrontView 3 Front view with respect to the
UCS BackView 4 Back view with respect to the UCS LeftView 5 Left
view with respect to the UCS RightView 6 Right view with respect to
the UCS
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public OrthographicView OrthoUcs { get; set; }
Public Property OrthoUcs As OrthographicView
Get
Set
public:
property OrthographicView OrthoUcs {
OrthographicView get ();
void set (OrthographicView value);
}
member OrthoUcs : OrthographicView with get, set
Property Value
OrthographicView
See Also