Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / MountingPlanesHorizontal Property

In This Topic
    MountingPlanesHorizontal Property
    In This Topic
    Array of mounting planes horizontal
    Syntax
    public Tuple<Plane,Plane>[] MountingPlanesHorizontal {get;}
    public:
    property array<Tuple<Plane^,Plane^>^>^ MountingPlanesHorizontal {
       array<Tuple<Plane^,Plane^>^>^ get();
    }
    Remarks
    Returns array planes as pairs (upper, lower)
    See Also