Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / PlacementArea Property

In This Topic
    PlacementArea Property
    In This Topic
    Represents placement area of a Placement3D.
    Syntax
    public PlacementArea PlacementArea {get; set;}
    public:
    property PlacementArea^ PlacementArea {
       PlacementArea^ get();
       void set (    PlacementArea^ value);
    }
    See Also