Revit 2018 API |
PointCloudColorSettings Constructor (PointCloudColorMode) |
PointCloudColorSettings Class See Also |
Constructs color settings object with default color for given color mode.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2014
Syntax
C# |
---|
public PointCloudColorSettings( PointCloudColorMode mode ) |
Visual Basic |
---|
Public Sub New ( _ mode As PointCloudColorMode _ ) |
Visual C++ |
---|
public: PointCloudColorSettings( PointCloudColorMode mode ) |
Parameters
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |