RebarHandlePositionData
Description:
The class that contains data for the handle position calculation.
The class that contains data for the handle position calculation.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.RebarHandlePositionData
System.Object
Autodesk.Revit.DB.Structure.RebarHandlePositionData
public class RebarHandlePositionData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetBarGeometry(Int32) | IList<Curve> | Returns the geometry for a bar at the specified index currently in the Rebar. |
| GetDistributionPath() | IList<Curve> | Gets the distribution path currently stored in the rebar. |
| GetNumberOfBars() | int | Gets the number of bars currently in the rebar. |
| SetPosition(Int32, XYZ) | None | Sets the position for a specified handle. This information is set to the rebar after the API execution is finished successfully. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |