Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to copy and paste system family types from revit server model? Can I access the model doc with this
//SOURCE DOC
_source_doc = _uiApp.Application.OpenDocumentFile(revit server path);
by providing a server path?
then can i use the copy and paste utilities or do I need to use the revit server api?
Solved! Go to Solution.