ACadSharp.Objects.Layout - DomCR/ACadSharp GitHub Wiki

Layout Class

Represents a object.

Remarks

Object name .
Dxf class name .

Definition

Namespace: ACadSharp.Objects

C#

DxfNameAttribute
DxfSubClassAttribute
public class Layout

Properties

Returns Name Summary
BlockRecord AssociatedBlock The associated paper space block table record.
UCS BaseUCS UCSTableRecord of base UCS if UCS is orthographic ( is non-zero).
Double Elevation Layout elevation.
XYZ InsertionBasePoint Insertion base point for this layout(defined by INSBASE while this layout is current).
Boolean IsPaperSpace If true, the layout is a paper space.
LayoutFlags LayoutFlags Layout flags.
XYZ MaxExtents Maximum extents for this layout(defined by EXTMAX while this layout is current).
XY MaxLimits Maximum limits for this layout(defined by LIMMAX while this layout is current).
XYZ MinExtents Minimum extents for this layout(defined by EXTMIN while this layout is current).
XY MinLimits Minimum limits for this layout (defined by LIMMIN while this layout is current).
String Name Layout name.
String ObjectName
ObjectType ObjectType
XYZ Origin UCS origin.
String SubclassMarker
Int32 TabOrder Tab order. This number is an ordinal indicating this layout's ordering in the tab control that is attached to the drawing window. Note that the “Model” tab always appears as the first tab regardless of its tab order.
UCS UCS UCS Table Record if UCS is a named UCS.
OrthographicType UcsOrthographicType Orthographic type of UCS.
Viewport Viewport Viewport that was last active in this layout when the layout was current.
IEnumerable<Viewport> Viewports
XYZ XAxis UCS X-axis.
XYZ YAxis UCS Y-axis.

Methods

Returns Name Summary
CadObject Clone
String ToString
⚠️ **GitHub.com Fallback** ⚠️