2023 Members
Changes 4
M

RebarConstrainedHandle

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarConstrainedHandle
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetCustomHandleTag() int Returns the tag of the handle. The type of the handle should be 'CustomHandle'.
M GetEdgeNumber() int If the RebarConstrainedHandle's RebarHandleType is 'Edge', then this function will return the number of the edge that is driven by the handle.
M GetHandleName() string Gets the name of the handle.
M GetHandleType() RebarHandleType Returns the RebarHandleType of a RebarConstrainedHandle.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsCustomHandle() bool Returns true if the RebarHandleType of the RebarConstrainedHandle is 'CustomHandle'.
M IsEdgeHandle() bool Returns true if the RebarHandleType of the RebarConstrainedHandle is 'Edge'.
M IsValid() bool Checks that the RebarConstrainedHandle still has access to valid Rebar handle data and that its RebarConstraintsManager is still valid.
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.