Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetBoundaryCorners ( FilledRegion region ) : List |
public EditFilledRegion ( Document doc ) : void | ||
doc | Document | |
return | void |
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System.Result |