Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / Shieldings Property

In This Topic
    Shieldings Property
    In This Topic
    Returns the Shielding objects the connection is composed of. It does not return Shielding objects the connection is shielded by.
    Syntax
    public Function[] Shieldings {get;}
    public:
    property array<Function^>^ Shieldings {
       array<Function^>^ get();
    }

    Property Value

    Array of Shielding objects of function

    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read the Shielding objects.
    See Also