Message 1 of 2
Can not find the get_Element API

Not applicable
08-13-2017
10:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am following the process of getting floor elements from the link below.
http://thebuildingcoder.typepad.com/blog/2008/10/slab-boundary.html
So I kind of figuring out the document is changing to commandData.Application.ActiveUIDocument.Document;
but still I can not find the
doc.get_Elements( typeof( Floor ), floors );
by calling the function of get_Elements.
Is it changed? How can i get the floor elements?
Thanks