Assigns scan override settings to a particular scan within a PointCloudInstance element.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetPointCloudScanOverrideSettings(
ElementId elementId,
PointCloudOverrideSettings newSettings,
string scanTag,
Document doc
)
Parameters
- elementId ElementId
-
Id of the element to be overridden.
- newSettings PointCloudOverrideSettings
-
Override settings to be assigned.
- scanTag String
-
The tag identifying the particular scan within the PointCloudInstance element.
Tags can be obtained from PointCloudInstance via method getScans.
- doc Document
-
Document containing the element to be overridden.
Exceptions
See Also
Reference