|
|
Get sheet name for sheet id
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Sub GetSheetName ( _ sheetId As Guid, _ <OutAttribute> ByRef sheet_name As String _ ) |
| C# |
|---|
public void GetSheetName( Guid sheetId, out string sheet_name ) |
| Visual C++ |
|---|
public: void GetSheetName( Guid sheetId, [OutAttribute] String^% sheet_name ) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |