RebarFreeFormCreationResult Class

Class that encapsulates the result of the rebar free form creation.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureRebarFreeFormCreationResult

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class RebarFreeFormCreationResult : IDisposable

The RebarFreeFormCreationResult type exposes the following members.

Properties
 NameDescription
Public propertyError Identifies the error that occurs during the operation. Will be Success if everything is ok, otherwise the failure reason.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyRebar Identifies the created Rebar. If the error code is Success, then it will be a valid rebar, otherwise it will be a Rebar.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the RebarFreeFormCreationResult
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also