WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface IExportLayout

    导出布局空间为dwg图

    interface IExportLayout {
        mapid: string;
        version?: string;
        layoutIndex?: string;
        layoutName?: string;
    }
    Index

    Properties

    mapid: string

    地图ID.

    version?: string

    地图版本(为空时采用当前打开的地图版本).

    layoutIndex?: string

    布局索引,layoutIndex和layoutName只要输入一个就行,layoutIndex优先。如果都为空,则使用dwg当前的布局空间.

    layoutName?: string

    布局名称. layoutIndex和layoutName只要输入一个就行,layoutIndex优先。如果都为空,则使用dwg当前的布局空间.