|
|
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 DataPropertyCollection _ ) |
| C# |
|---|
public DataPropertyCollection( DataPropertyCollection from ) |
| Visual C++ |
|---|
public: DataPropertyCollection( DataPropertyCollection^ from ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'from' is null |
| System..::..ArgumentException | Argument 'from' has been Disposed |