AbstractViewTableRecordUcsOrthographic Property
|
Property that represents an orthographic view
associated with the UCS (user coordinate system).
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