Revit 2018 API |
ImportColorMode Enumeration |
See Also |
An enumerated type listing how colors are handled in an import process.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
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. |