Revit 2025.3 API
Schema |
Constructs a new SchemaBuilder where the resulting Schema will use the input GUID.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public SchemaBuilder( Guid guid )
Public Sub New ( guid As Guid )
public: SchemaBuilder( Guid guid )
new : guid : Guid -> SchemaBuilder
Parameters
- guid Guid
| Exception | Condition |
|---|---|
| ArgumentException | The guid value is invalid. |
See Also