C# 클래스 BuildingCoder.CmdCreateLineStyle

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

공개 메소드들

메소드 설명
CreateLineStyle ( Document doc ) : void

Create a new line style using NewSubcategory

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

메소드 상세

CreateLineStyle() 공개 메소드

Create a new line style using NewSubcategory
public CreateLineStyle ( Document doc ) : void
doc Document
리턴 void

Execute() 공개 메소드

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