2027 Method
Changes 0
M

Document.NewAreas

Description:
Creates new areas
public ElementSet NewAreas(
	List<AreaCreationData> dataList
)
  • dataList
    A list of AreaCreationData which wraps the creation arguments of the areas to be created.
Return Value ElementSet If successful an Element Set which contains the areas should be returned, otherwise the exception will be thrown.