C# DoCmd2D, DoCmd3D 後端回傳圖素結構

interface DoCmdEntity {
    geo: GeoJSON.Point | GeoJSON.Polyline | PolygonSet;
    attrs?: string[];
    extend?: DoCmd3DExtend;
}

Properties

Properties

幾何資訊

attrs?: string[]

圖素屬性

extend?: DoCmd3DExtend

管線延伸

Generated using TypeDoc