Message 1 of 1
Pass the existing Revit object or create and pass a small object?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
From the performance standpoint, while passing data between methods, is it "cheaper" to pass Revit objects (e.g. an AssemblyInstance class) or to create a custom data type that contains one or two properties that will be used?
Basically I am trying to find the answer to the following question in Revit API context: