PointCloudOverrideSettings.SetModeOverride
Method
Description:
Sets color settings for the given color mode.
Sets color settings for the given color mode.
Syntax
public void SetModeOverride(
PointCloudColorMode mode,
PointCloudColorSettings colorSettings
)
Parameters
Parameter | Type | Description |
---|---|---|
mode | PointCloudColorMode | Color mode for which color settings are set. |
colorSettings | PointCloudColorSettings | Color settings to be set for the given color mode. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |