RebarHandlesData
Description:
This class is used to contain the information about the rebar handles defined by an external application.
This class is used to contain the information about the rebar handles defined by an external application.
Remarks:
All handle tags (custom, start, end) should have different values.
All handle tags (custom, start, end) should have different values.
public class RebarHandlesData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AddCustomHandle(Int32) | None | Adds a new handle definition to the rebar. This information is set to the rebar after the API execution is finished successfully. |
| Dispose() | None | Releases all resources used by the |
| GetCustomHandles() | IList<int> | Gets the handle definitions for the rebar that were added. |
| GetEndHandle() | int | Gets the end handle tag. |
| GetStartHandle() | int | Gets the start handle tag. |
| SetEndHandle(Int32) | None | Sets the end handle tag. This information is set to the rebar after the API execution is finished successfully. |
| SetStartHandle(Int32) | None | Sets the start handle tag. This information is set to the rebar after the API execution is finished successfully. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |