API Help
Eplan.EplApi.DataModel Namespace / DeviceGroup Class / Create Method
Placements that create the group.

In This Topic
    Create Method (DeviceGroup)
    In This Topic
    Creates a new Group object. It is placed on the page of first placement given as parameter.
    Syntax
    public override void Create( 
       Placement[] placements
    )
    public:
    void Create( 
       array<Placement^>^ placements
    ) override 

    Parameters

    placements
    Placements that create the group.
    Exceptions
    ExceptionDescription
    Thrown when first placement doesn't have valid page.
    Thrown when number of placements is less than two.
    Thrown in two cases: 1.When one of given placements is a Page. 2. When one of given placements is a parent group of it.
    See Also