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

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