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

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