Interface DoCmd2DFieldDefine

C#DoCmd2D後端回傳圖層資訊結構

interface DoCmd2DFieldDefine {
    fieldname: string[];
    fieldtype: string[];
}

Properties

Properties

fieldname: string[]

圖層名稱

fieldtype: string[]

圖層類型

Generated using TypeDoc