PointCloudOverrideSettings
The graphic override settings for one PointCloudInstance element or one of its scans.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudOverrideSettings
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class PointCloudOverrideSettings : IDisposable
The PointCloudOverrideSettings type exposes the following members.
Constructors
Name
Description
Public Method
PointCloudOverrideSettings.
Constructs a settings object with default values.
Public Method
PointCloudOverrideSettings(PointCloudOverrideSettings)
Constructs a copy of source object.
Properties
Name
Description
Public Property
ColorMode
The current color mode for the PointCloudInstance element or its scan.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
Visible
Visibility flag for point cloud scans.
Methods
Name
Description
Public Method
Assign
Assigns values of the source settings to this object.
Public Method
Dispose
Releases all resources used by the PointCloudOverrideSettings
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetModeOverride
Lookup color settings for the given color mode.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsEqual
Checks if the contents of two settings are equal.
Public Method
SetModeOverride
Sets color settings for the given color mode.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)