Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 603 Bytes

File metadata and controls

15 lines (10 loc) · 603 Bytes

IModelStructure.GetElements method

Recursively searches for all model elements contained by this model structure. Note that units only return child elements contained inside their own contents, not the elements of child units.

public IReadOnlyList<IModelElement> GetElements()

See Also