RebarFreeFormCreationResult Properties
| Name | Return Type | Description |
|---|---|---|
| Error | RebarFreeFormValidationResult | Identifies the error that occurs during the operation. Will be Success if everything is ok, otherwise the failure reason. |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |
| Rebar | Rebar | Identifies the created Rebar. If the error code is Success, then it will be a valid rebar, otherwise it will be a null Rebar. |