|
|
Create a copy of another selection
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ from As Selection _ ) |
| C# |
|---|
public Selection( Selection from ) |
| Visual C++ |
|---|
public: Selection( Selection^ from ) |
Parameters
- from
- Type: Autodesk.Navisworks.Api..::..Selection
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'from' is null |
| System..::..ArgumentException | Argument 'from' has been Disposed |
| System..::..ArgumentException | Argument 'from' is associated with a different document |