PointCloudOverrideSettings.GetModeOverride
Method
Description:
Lookup color settings for the given color mode.
Lookup color settings for the given color mode.
Parameters
| Parameter | Type | Description |
|---|---|---|
| mode | PointCloudColorMode | Color mode for which to lookup the color settings. |
Return Value
| Type | Description |
|---|---|
| PointCloudColorSettings | Color settings stored for the given color mode or default color settings if nothing is stored for the given color mode. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |