RebarConstrainedHandle Members

The RebarConstrainedHandle type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the RebarConstrainedHandle
Public methodEquals (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 (Inherited from Object.)
Public methodGetType (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 (Inherited from Object.)

Properties

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

See Also