Sets the documentation string for the Schema.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public SchemaBuilder SetDocumentation( string documentation )
Parameters
- documentation String
- The documentation string.
Return Value
SchemaBuilderThe SchemaBuilder object may be used to add more settings.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | The SchemaBuilder has already finished building the Schema. |