|
|
Initialise selection from a Selection
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub CopyFrom ( _ from As Selection _ ) |
| C# |
|---|
public void CopyFrom( Selection from ) |
| Visual C++ |
|---|
public: void CopyFrom( Selection^ from ) |
Parameters
- from
- Type: Autodesk.Navisworks.Api..::..Selection
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'from' is null |
| System..::..ArgumentException | Argument 'from' has been Disposed |
| System..::..ArgumentException | Argument 'from' is associated with a different document |