C# Class BuildingCoder.CmdDuplicateElements

Inheritance: IExternalCommand
Mostra file Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
CreateGroup ( Document doc, ICollection ids, XYZ offset ) : void

Create a new group of the specified elements in the current active view at the given offset.

Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result

Method Details

CreateGroup() public method

Create a new group of the specified elements in the current active view at the given offset.
public CreateGroup ( Document doc, ICollection ids, XYZ offset ) : void
doc Document
ids ICollection
offset XYZ
return void

Execute() public method

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
return Result