Share

ImportColorMode Enumeration

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum ImportColorMode

Members

Member nameValueDescription
BlackAndWhite2 Colors in the imported drawing are converted to Black and White.
Inverted1 Colors in the imported drawing are inverted.
Preserved0 Colors in the imported drawing are preserved.

See Also

Reference

Was this information helpful?