C# 클래스 BuildingCoder.CmdDuplicateElements

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
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