Revit 2025 API
Point |
Gets region override settings assigned to the whole PointCloudInstance element.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public PointCloudOverrideSettings GetPointCloudRegionOverrideSettings( ElementId elementId )
Public Function GetPointCloudRegionOverrideSettings ( elementId As ElementId ) As PointCloudOverrideSettings
public: PointCloudOverrideSettings^ GetPointCloudRegionOverrideSettings( ElementId^ elementId )
member GetPointCloudRegionOverrideSettings : elementId : ElementId -> PointCloudOverrideSettings
Parameters
- elementId ElementId
- Id of the overridden element.
Return Value
PointCloudOverrideSettingsThe override settings assigned to the element, if present, or a default override settings if nothing was found.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also