|
![]() |
Initialise selection with a copy of another selection
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub CopyFrom ( _ from As TimelinerSelection _ ) |
C# |
---|
public void CopyFrom( TimelinerSelection from ) |
Visual C++ |
---|
public: void CopyFrom( TimelinerSelection^ from ) |
Parameters
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 |