Class that encapsulates the result of the rebar free form creation.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Structure.RebarFreeFormCreationResult
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public class RebarFreeFormCreationResult : IDisposable
The RebarFreeFormCreationResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Error | Identifies the error that occurs during the operation. Will be Success if everything is ok, otherwise the failure reason. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | 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. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the RebarFreeFormCreationResult |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |