Revit 2026 API
Rebar |
Identifies the error that occurs during the operation. Will be Success if everything is ok, otherwise the failure reason.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarFreeFormValidationResult Error { get; }
Public ReadOnly Property Error As RebarFreeFormValidationResult Get
public: property RebarFreeFormValidationResult Error { RebarFreeFormValidationResult get (); }
member Error : RebarFreeFormValidationResult with get
Property Value
RebarFreeFormValidationResultSee Also