| 
 |   | 
Returns a ModelItemCollection that represents the items specified by this Selection in the document
which it is associated with.
        
        Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function GetSelectedItems As ModelItemCollection | 
| C# | 
|---|
| public ModelItemCollection GetSelectedItems() | 
| Visual C++ | 
|---|
| public: ModelItemCollection^ GetSelectedItems() | 
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::..NotSupportedException | No document is associated with this selection |