The RebarConstrainedHandle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CanSetBehavior | Checks if the input behavior can be set for this RebarConstrainedHandle. | |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetCustomHandleTag | Returns the tag of the handle. The type of the handle should be 'CustomHandle'. | |
| GetEdgeNumber | If the RebarConstrainedHandle's RebarHandleType is 'Edge', then this function will return the number of the edge that is driven by the handle. | |
| GetHandleName | Gets the name of the handle. | |
| GetHandleSurface | Gets the surface of this handle. | |
| GetHandleType | Returns the RebarHandleType of a RebarConstrainedHandle. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPossibleHandleBehaviors | Gets a list of possible handle behaviors for the current handle. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsCustomHandle | Returns true if the RebarHandleType of the RebarConstrainedHandle is 'CustomHandle'. | |
| IsEdgeHandle | Returns true if the RebarHandleType of the RebarConstrainedHandle is 'Edge'. | |
| IsEqual | Checks if the specified RebarConstrainedHandle is the same as 'this'. | |
| IsValid | Checks that the RebarConstrainedHandle still has access to valid Rebar handle data and that its RebarConstraintsManager is still valid. | |
| Move | Moves the handle with the specified vector. This function applies only for shape driven rebar. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
