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