SchemaBuilder.Ready Method

SchemaBuilderReady Method

Checks whether the builder may be used.

Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool Ready()
Public Function Ready As Boolean
public:
bool Ready()
member Ready : unit -> bool 

Return Value

Boolean
True if the SchemaBuilder has not yet been finished.
Remarks
All newly constructed SchemaBuilders are usable until the call to the Finish method.
See Also