C# 클래스 BuildingCoder.CmdFilledRegionCoords

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

공개 메소드들

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

Edit filled region by moving it back and forth to make its boundary lines reappear after deleting the line style. From: http://forums.autodesk.com/t5/revit-api/filled-region/td-p/5796463

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

비공개 메소드들

메소드 설명
GetBoundaryCorners ( FilledRegion region ) : List

메소드 상세

EditFilledRegion() 공개 메소드

Edit filled region by moving it back and forth to make its boundary lines reappear after deleting the line style. From: http://forums.autodesk.com/t5/revit-api/filled-region/td-p/5796463
public EditFilledRegion ( Document doc ) : void
doc Document
리턴 void

Execute() 공개 메소드

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