Color 2

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

Syntax

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

See Also