Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / SubPlacements Property

In This Topic
    SubPlacements Property (Group)
    In This Topic
    Returns all grouped Placements.
    Syntax
    public virtual Placement[] SubPlacements {get; set;}
    public:
    virtual property array<Placement^>^ SubPlacements {
       array<Placement^>^ get();
       void set (    array<Placement^>^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read grouped placements.
    Thrown when property or function can not be used for specific class.
    See Also