ImportColorMode Enumeration


An enumerated type listing how colors are handled in an import process.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2013
Since: 2013

Syntax

C#
public enum ImportColorMode
Visual Basic
Public Enumeration ImportColorMode
Visual C++
public enum class ImportColorMode

Members

Member name Description
Preserved Colors in the imported drawing are preserved.
Inverted Colors in the imported drawing are inverted.
BlackAndWhite Colors in the imported drawing are converted to Black and White.

See Also