2022 Class
Changes 0
C

PointCloudOverrideSettings

Description:
The graphic override settings for one PointCloudInstance element or one of its scans.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PointClouds.PointCloudOverrideSettings
public class PointCloudOverrideSettings : IDisposable
Name Return Type Description
C PointCloudOverrideSettings() None Constructs a settings object with default values.
C PointCloudOverrideSettings(PointCloudOverrideSettings) None Constructs a copy of source object.
Name Return Type Description
M Assign(PointCloudOverrideSettings) None Assigns values of the source settings to this object.
M Dispose() None Releases all resources used by the
M GetModeOverride(PointCloudColorMode) PointCloudColorSettings Lookup color settings for the given color mode.
M IsEqual(PointCloudOverrideSettings) bool Checks if the contents of two settings are equal.
M SetModeOverride(PointCloudColorMode, PointCloudColorSettings) None Sets color settings for the given color mode.
Name Return Type Description
P ColorMode PointCloudColorMode The current color mode for the PointCloudInstance element or its scan.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Visible bool Visibility flag for point cloud scans.