Set the length of the rod's top extension into structure. The rod must be attached to structure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since: 2018
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- rodIndex
- Type: System Int32
The rod index.
- extension
- Type: System Double
Distance the rod will extend into the structure.
Return Value
returns true if it worked.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | the index rodIndex is should be in range of rod count. |
| Autodesk.Revit.Exceptions InvalidOperationException | The rods do not attached to any structue. |