AssetPropertyDoubleArray4d.GetValueAsColor Method

AssetPropertyDoubleArray4dGetValueAsColor Method

Gets the value property as a color.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Color GetValueAsColor()
Public Function GetValueAsColor As Color
public:
Color^ GetValueAsColor()
member GetValueAsColor : unit -> Color 

Return Value

Color
The color value.
See Also