2023 Class
Changes 1
C

RebarHandlePositionData

Description:
The class that contains data for the handle position calculation.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarHandlePositionData
public class RebarHandlePositionData : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetBarGeometry(Int32) IList<Curve> Returns the geometry for a bar at the specified index currently in the Rebar.
M GetDistributionPath() IList<Curve> Gets the distribution path currently stored in the rebar.
M GetNumberOfBars() int Gets the number of bars currently in the rebar.
M 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
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.