Gets scan override settings assigned to the whole PointCloudInstance element.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PointCloudOverrideSettings GetPointCloudScanOverrideSettings( ElementId elementId )
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.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
