Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / Create Method
Placements that create the group.

Create Method (Group)
Creates a new Group object. It is placed on the page of first placement given as parameter.
Syntax
public virtual void Create( 
   Placement[] placements
)

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