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