Message 1 of 3
How to use button event

Not applicable
11-12-2019
10:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I used 'In-Place Mass' function!!
uiapp=UIApplication(document.Application)
cmdId=RevitCommandId.LookupPostableCommandId(PostableCommand.InPlaceMass)
UIApplication.PostCommand(uiapp,cmdId)
The results of implementation are as follows.
1)How to push 'Ok' button?
2)How to set the default value to output 'Mass1'?
Thanks:)