Revit 2026 API
Field |
Checks whether the builder may be used.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Ready()
Public Function Ready As Boolean
public: bool Ready()
member Ready : unit -> bool
Return Value
BooleanTrue if the SchemaBuilder has not yet been finished.

All newly constructed FieldBuilders are usable until the call to the Finish method
of the constructing SchemaBuilder.
See Also