| Revit 2022 API |
| SchemaBuilder Constructor |
| SchemaBuilder Class See Also |
Constructs a new SchemaBuilder where the resulting Schema will use the input GUID.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public SchemaBuilder( Guid guid ) |
| Visual Basic |
|---|
Public Sub New ( _ guid As Guid _ ) |
| Visual C++ |
|---|
public: SchemaBuilder( Guid guid ) |
Parameters
- guid
- Type: System..::..Guid
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | The guid value is invalid. |