C# Класс BuildingCoder.CmdDuplicateElements

Наследование: IExternalCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateGroup() публичный метод

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
Результат void

Execute() публичный метод

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
Результат Result