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

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