C# Class Revit.SDK.Samples.ElementsBatchCreation.CS.ElementsBatchCreation

This class will demonstrate how to create many elements via batch creation methods
Exibir arquivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
CreateElements ( ) : bool

Batch Creations of several elements, it will call separate methods for each element

ElementsBatchCreation ( ExternalCommandData cmdData ) : System

Constructor of ElementsBatchCreation

Private Methods

Method Description
CreateAreas ( ) : bool

Batch creation of Areas

CreateColumns ( ) : bool

Batch creation of Columns

CreateRooms ( ) : bool

Batch creation of Rooms

CreateTextNotes ( ) : bool

Batch creation of TextNotes

CreateWalls ( ) : bool

Batch creation of Walls

PreCreate ( ) : void

Get common informations for batch creation

Method Details

CreateElements() public method

Batch Creations of several elements, it will call separate methods for each element
public CreateElements ( ) : bool
return bool

ElementsBatchCreation() public method

Constructor of ElementsBatchCreation
public ElementsBatchCreation ( ExternalCommandData cmdData ) : System
cmdData ExternalCommandData A reference to the external application
return System