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

In This Topic
    Connection3Ds Property (Placement3D)
    In This Topic
    All existing 3D connections whose beginning or end is this placement.
    Syntax
    public virtual Connection3D[] Connection3Ds {get;}
    public:
    virtual property array<Connection3D^>^ Connection3Ds {
       array<Connection3D^>^ get();
    }
    See Also