API Help
Eplan.EplApi.DataModel.E3D Namespace / PlacementArea Class / Coordinates Property

In This Topic
    Coordinates Property
    In This Topic
    Gets placement area absolute coordinates.
    Syntax
    public PointD3D[] Coordinates {get;}
    public:
    property array<PointD3D>^ Coordinates {
       array<PointD3D>^ get();
    }
    See Also