PointCloudOverrides
Description:
Graphic overrides that are stored by a view to be applied to a PointCloudInstance element, or a scan within the element.
Graphic overrides that are stored by a view to be applied to a PointCloudInstance element, or a scan within the element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudOverrides
System.Object
Autodesk.Revit.DB.PointClouds.PointCloudOverrides
public class PointCloudOverrides : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PointCloudOverrides() | None | Constructs empty overrides object. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ArePointCloudOverrideSettingsValid(String, PointCloudOverrideSettings) | Boolean | Checks if PointCloudOverrideSettings are valid | |
| Assign(PointCloudOverrides) | None | Assigns values of the source overrides to this object. | |
| Dispose() | None | Releases all resources used by the PointCloudOverrides | |
| 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 |
| GetPointCloudRegionOverrideSettings(ElementId) | PointCloudOverrideSettings | Gets region override settings assigned to the whole PointCloudInstance element. | |
| GetPointCloudRegionOverrideSettings(ElementId, String, Document) | PointCloudOverrideSettings | Gets override settings assigned to a particular region within a PointCloudInstance element. | |
| GetPointCloudScanOverrideSettings(ElementId) | PointCloudOverrideSettings | Gets scan override settings assigned to the whole PointCloudInstance element. | |
| GetPointCloudScanOverrideSettings(ElementId, String, Document) | PointCloudOverrideSettings | Gets override settings assigned to a particular scan within a PointCloudInstance element. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(PointCloudOverrides) | Boolean | Check if the contents of two overrides are equal. | |
| SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings) | None | Assigns region override settings to the whole PointCloudInstance element. | |
| SetPointCloudRegionOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) | None | Assigns override settings to a particular region within a PointCloudInstance element. | |
| SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings) | None | Assigns scan override settings to the whole PointCloudInstance element. | |
| SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document) | None | Assigns scan override settings to a particular scan within a PointCloudInstance element. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |