Color 1

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2014

Syntax

C#
public Color Color1 { get; }
Visual Basic
Public ReadOnly Property Color1 As Color
	Get
Visual C++
public:
property Color^ Color1 {
	Color^ get ();
}

See Also