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