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