2021 Class
Changes 1
C

RebarHandlesData

Description:
This class is used to contain the information about the rebar handles defined by an external application.
Remarks:
All handle tags (custom, start, end) should have different values.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarHandlesData
public class RebarHandlesData : IDisposable
Name Return Type Description
M AddCustomHandle(Int32) None Adds a new handle definition to the rebar. This information is set to the rebar after the API execution is finished successfully.
M Dispose() None Releases all resources used by the
M GetCustomHandles() IList<int> Gets the handle definitions for the rebar that were added.
M GetEndHandle() int Gets the end handle tag.
M GetStartHandle() int Gets the start handle tag.
M SetEndHandle(Int32) None Sets the end handle tag. This information is set to the rebar after the API execution is finished successfully.
M SetStartHandle(Int32) None Sets the start handle tag. 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.