|
|
Get sheet id of row id
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Function GetSheetId ( _ rowId As Long _ ) As Guid |
| C# |
|---|
public Guid GetSheetId( long rowId ) |
| Visual C++ |
|---|
public: Guid GetSheetId( long long rowId ) |
Parameters
- rowId
- Type: System..::..Int64
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |