API Help
Eplan.EplApi.DataModel.Planning Namespace / SegmentPlacement Class / SubPlacements Property

In This Topic
    SubPlacements Property (SegmentPlacement)
    In This Topic
    Graphical sub-placements which are drawn in a graphical view.
    Syntax
    public Placement[] SubPlacements {get;}
    public:
    property array<Placement^>^ SubPlacements {
       array<Placement^>^ get();
    }
    See Also