Revit 2026 API
Import |
An enumerated type listing how colors are handled in an import process.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
| Member name | Value | Description |
|---|---|---|
| BlackAndWhite | 2 | Colors in the imported drawing are converted to Black and White. |
| Inverted | 1 | Colors in the imported drawing are inverted. |
| Preserved | 0 | Colors in the imported drawing are preserved. |
See Also