Eplan Platform API
Eplan.EplApi.DataModel Namespace / Placements3DFilter Class / Parent Property

In This Topic
    Parent Property (Placements3DFilter)
    In This Topic
    Sets the Eplan.EplApi.DataModel.E3D.Placement3D for which all children will be found.
    Syntax
    public Placement3D Parent {get; set;}
    public:
    property Placement3D^ Parent {
       Placement3D^ get();
       void set (    Placement3D^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also