SchemaBuilder Constructor

SchemaBuilder Constructor

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
 
Exceptions
ExceptionCondition
ArgumentException The guid value is invalid.
See Also