interface DwgLayoutObject {
    controlFlag: number;
    elevation: number;
    handle: number;
    insertionPoint: DwgPoint3D;
    layoutName: string;
    maxExtent: DwgPoint3D;
    maxLimit: DwgPoint2D;
    minExtent: DwgPoint3D;
    minLimit: DwgPoint2D;
    namedUcsId?: string;
    orthographicType: number;
    orthographicUcsId?: string;
    ownerHandle: number;
    paperSpaceTableId: string;
    shadePlotId: string;
    tabOrder: number;
    ucsOrigin: DwgPoint3D;
    ucsXAxis: DwgPoint3D;
    ucsYAxis: DwgPoint3D;
    viewportId: string;
}

Hierarchy (View Summary)

Properties

controlFlag: number
elevation: number
handle: number
insertionPoint: DwgPoint3D
layoutName: string
maxExtent: DwgPoint3D
maxLimit: DwgPoint2D
minExtent: DwgPoint3D
minLimit: DwgPoint2D
namedUcsId?: string
orthographicType: number
orthographicUcsId?: string
ownerHandle: number
paperSpaceTableId: string
shadePlotId: string
tabOrder: number
ucsOrigin: DwgPoint3D
ucsXAxis: DwgPoint3D
ucsYAxis: DwgPoint3D
viewportId: string