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

In This Topic
    Planes Property
    In This Topic
    Returns children of this object which are Plane.
    Syntax
    public Plane[] Planes {get;}
    public:
    property array<Plane^>^ Planes {
       array<Plane^>^ get();
    }
    See Also