The RebarConstrainedHandle type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the RebarConstrainedHandle
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCustomHandleTag
Returns the tag of the handle. The type of the handle should be 'CustomHandle'.
Public methodGetEdgeNumber
If the RebarConstrainedHandle's RebarHandleType is 'Edge', then this function will return the number of the edge that is driven by the handle.
Public methodGetHandleName
Gets the name of the handle.
Public methodGetHandleType
Returns the RebarHandleType of a RebarConstrainedHandle.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCustomHandle
Returns true if the RebarHandleType of the RebarConstrainedHandle is 'CustomHandle'.
Public methodIsEdgeHandle
Returns true if the RebarHandleType of the RebarConstrainedHandle is 'Edge'.
Public methodIsValid
Checks that the RebarConstrainedHandle still has access to valid Rebar handle data and that its RebarConstraintsManager is still valid.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also