|
|
Returns a ModelItemCollection that represents the selected items specified by the selection source
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TryGetSelectedItems ( _ document As Document _ ) As ModelItemCollection |
| C# |
|---|
public ModelItemCollection TryGetSelectedItems( Document document ) |
| Visual C++ |
|---|
public: ModelItemCollection^ TryGetSelectedItems( Document^ document ) |
Parameters
- document
- Type: Autodesk.Navisworks.Api..::..Document