API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFrame Class / SubPlacements Property

In This Topic
    SubPlacements Property (PlotFrame)
    In This Topic
    Returns all grouped Eplan.EplApi.DataModel.Placements.
    Syntax
    public override Placement[] SubPlacements {get;}
    public:
    property array<Placement^>^ SubPlacements {
       array<Placement^>^ get() override;
    }
    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