Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / SubPlacement3Ds Property

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