Assigns region override settings to the whole PointCloudInstance element.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void SetPointCloudRegionOverrideSettings( ElementId elementId, PointCloudOverrideSettings newSettings )
Parameters
- elementId ElementId
- Id of the element to be overridden.
- newSettings PointCloudOverrideSettings
- Override settings to be assigned.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |