|
|
Get the item at index
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Function GetItem ( _ cellIndex As Integer _ ) As TakeoffVariable |
| C# |
|---|
public TakeoffVariable GetItem( int cellIndex ) |
| Visual C++ |
|---|
public: TakeoffVariable^ GetItem( int cellIndex ) |
Parameters
- cellIndex
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |