RebarConstrainedHandle Members


The RebarConstrainedHandle type exposes the following members.

Methods

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

Properties

Name Description
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also