Eplan Platform API
Eplan.EplApi.DataModel Namespace / Placement Class / Group Property

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