PointCloudOverrideSettings
Description:
The graphic override settings for one PointCloudInstance element or one of its scans.
The graphic override settings for one PointCloudInstance element or one of its scans.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudOverrideSettings
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudOverrideSettings
public class PointCloudOverrideSettings : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PointCloudOverrideSettings() | None | Constructs a settings object with default values. | |
| PointCloudOverrideSettings(PointCloudOverrideSettings) | None | Constructs a copy of source object. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Assign(PointCloudOverrideSettings) | None | Assigns values of the source settings to this object. | |
| Dispose() | None | Releases all resources used by the PointCloudOverrideSettings | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetModeOverride(PointCloudColorMode) | PointCloudColorSettings | Lookup color settings for the given color mode. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(PointCloudOverrideSettings) | Boolean | Checks if the contents of two settings are equal. | |
| SetModeOverride(PointCloudColorMode, PointCloudColorSettings) | None | Sets color settings for the given color mode. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ColorMode | PointCloudColorMode | The current color mode for the PointCloudInstance element or its scan. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Visible | bool | Visibility flag for point cloud scans. |