Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / Children Property

In This Topic
    Children Property (Placement3D)
    In This Topic
    Returns all children of this object.
    Syntax
    public Placement3D[] Children {get;}
    public:
    property array<Placement3D^>^ Children {
       array<Placement3D^>^ get();
    }
    See Also