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

In This Topic
    SubPlacements Property (Block)
    In This Topic
    Returns array of placements combined in this block.
    Syntax
    public Placement[] SubPlacements {get;}
    public:
    property array<Placement^>^ SubPlacements {
       array<Placement^>^ get();
    }
    See Also