Get the invalid Color whose IntegerValue is -1.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2014
Syntax
| C# |
|---|
public static Color InvalidColorValue { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property InvalidColorValue As Color
Get |
| Visual C++ |
|---|
public:
static property Color^ InvalidColorValue {
Color^ get ();
} |
See Also