Revit 2025.3 API
ApplicationNew |
Returns a new color object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Color NewColor()
Public Function NewColor As Color
public: Color^ NewColor()
member NewColor : unit -> Color
Return Value
ColorThe new color object.
See Also