PointCloudOverrides.SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings)
Method
Description:
Assigns scan override settings to the whole PointCloudInstance element.
Assigns scan override settings to the whole PointCloudInstance element.
Syntax
public void SetPointCloudScanOverrideSettings(
ElementId elementId,
PointCloudOverrideSettings newSettings
)
Parameters
Parameter | Type | Description |
---|---|---|
elementId | ElementId | Id of the element to be overridden. |
newSettings | PointCloudOverrideSettings | Override settings to be assigned. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |