Scan through the structure to find all structure elements of a particular type.
[C#] List<StructureElementElement> FindElementsByType(string type) [Visual Basic] Sub FindElementsByType(type As string) As List<StructureElementElement>
List<StructureElementElement> FindElementsByType(string type)
Sub FindElementsByType(type As string) As List<StructureElementElement>