|
|
Test if sheet id already exist
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Function Contains ( _ sheetId As Guid _ ) As Boolean |
| C# |
|---|
public bool Contains( Guid sheetId ) |
| Visual C++ |
|---|
public: bool Contains( Guid sheetId ) |
Parameters
- sheetId
- Type: System..::..Guid
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |