2024 Members
Changes 4
M

RebarHandlesData

Name Return Type Description Inherited From
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 RebarHandlesData
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetCustomHandles() IList<int> Gets the handle definitions for the rebar that were added.
M GetEndHandle() int Gets the end handle tag.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetStartHandle() int Gets the start handle tag.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
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.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.