PointCloudOverrideSettings Class

The graphic override settings for one PointCloudInstance element or one of its scans.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.PointCloudsPointCloudOverrideSettings

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
 NameDescription
Public methodPointCloudOverrideSettings Constructs a settings object with default values.
Public methodPointCloudOverrideSettings(PointCloudOverrideSettings) Constructs a copy of source object.
Top
Properties
 NameDescription
Public propertyColorMode The current color mode for the PointCloudInstance element or its scan.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyVisible Visibility flag for point cloud scans.
Top
Methods
 NameDescription
Public methodAssign Assigns values of the source settings to this object.
Public methodDisposeReleases all resources used by the PointCloudOverrideSettings
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetModeOverride Lookup color settings for the given color mode.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsEqual Checks if the contents of two settings are equal.
Public methodSetModeOverride Sets color settings for the given color mode.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also