|
|
Copy value from another ClashSelection
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub CopyFrom ( _ other As ClashSelection _ ) |
| C# |
|---|
public void CopyFrom( ClashSelection other ) |
| Visual C++ |
|---|
public: void CopyFrom( ClashSelection^ other ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'other' is null |
| System..::..ArgumentException | Argument 'other' has been Disposed |