API Help
Eplan.EplApi.DataModel.EObjects Namespace / Shield Class / ShieldedConnections Property

In This Topic
    ShieldedConnections Property
    In This Topic
    Returns collection of shielded connections.
    Syntax
    public Connection[] ShieldedConnections {get;}
    public:
    property array<Connection^>^ ShieldedConnections {
       array<Connection^>^ get();
    }
    See Also