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