Lookup color settings for the given color mode.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PointCloudColorSettings GetModeOverride(
PointCloudColorMode mode
)
Parameters
- mode PointCloudColorMode
-
Color mode for which to lookup the color settings.
Return Value
PointCloudColorSettings
Color settings stored for the given color mode or default color settings if nothing is stored for the given color mode.
Exceptions
See Also
Reference