ApplicationNewColor Method |
Returns a new color object.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Function NewColor As Color
public:
Color^ NewColor()
member NewColor : unit -> Color
Return Value
ColorThe new color object.
See Also