2027 Class
Changes 8
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 Inherited From
M Dispose() None Releases all resources used by the RebarHandlePositionData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
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 GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetNumberOfBars() Int32 Gets the number of bars currently in the rebar.
M GetRebarElement() Rebar Gets the rebar element that will be updated by the server.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetView() View Gets the view in which the handles position should be computed.
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.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.