SchemaBuilderSetSchemaName Method |
Sets the name of the Schema.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic SchemaBuilder SetSchemaName(
string schemaName
)
Public Function SetSchemaName (
schemaName As String
) As SchemaBuilder
public:
SchemaBuilder^ SetSchemaName(
String^ schemaName
)
member SetSchemaName :
schemaName : string -> SchemaBuilder
Parameters
- schemaName String
-
The name for the Schema.
Return Value
SchemaBuilder
The SchemaBuilder object may be used to add more settings.
Exceptions
Remarks
The name is a user-friendly identifier of the Schema. GUIDs are used exclusively
for Schema identity, but the name is useful to identify the Schema during development
or in an error message.
This field is required.
See Also