|
|
Does change affect this table
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Function IsChanged ( _ change As DatabaseChange _ ) As Boolean |
| C# |
|---|
public bool IsChanged( DatabaseChange change ) |
| Visual C++ |
|---|
public: bool IsChanged( DatabaseChange^ change ) |
Parameters
- change
- Type: Autodesk.Navisworks.Api.Data..::..DatabaseChange
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Document is empty |