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

In This Topic
    Group3D Property
    In This Topic
    Returns a Group3D object that the Placement3D object belongs to. If the Placement3D object doesn't belong to any group3D, NULL is returned.
    Syntax
    public virtual Group3D Group3D {get;}
    public:
    virtual property Group3D^ Group3D {
       Group3D^ get();
    }
    See Also