Gets override settings assigned 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 PointCloudOverrideSettings GetPointCloudScanOverrideSettings(
ElementId elementId,
string scanTag,
Document doc
)
Parameters
- elementId ElementId
-
Id of the overridden element.
- 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 overridden element.
Return Value
PointCloudOverrideSettings
The override settings assigned to the scan, if present, or a default override settings if nothing was found.
Exceptions
See Also
Reference