|
|
Find Sheet by sheet Id
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function FindSheet ( _ id As String _ ) As SheetInfo |
| C# |
|---|
public SheetInfo FindSheet( string id ) |
| Visual C++ |
|---|
public: SheetInfo^ FindSheet( String^ id ) |
Parameters
- id
- Type: System..::..String
Remarks
For more information on Sheets see 'Sheets' in the 'Developer guide'.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |