Checks whether the builder may be used.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Ready()
Return Value
Boolean
True if the SchemaBuilder has not yet been finished.
Remarks
All newly constructed FieldBuilders are usable until the call to the Finish method
of the constructing SchemaBuilder.
See Also
Reference