PointCloudOverrides.SetPointCloudScanOverrideSettings
Description:
Assigns scan override settings to a particular scan within a PointCloudInstance element.
Assigns scan override settings to a particular scan within a PointCloudInstance element.
Overloads (2):
SetPointCloudScanOverrideSettings(ElementId,PointCloudOverrideSettings,String,Document)
public void SetPointCloudScanOverrideSettings(
ElementId elementId,
PointCloudOverrideSettings newSettings,
string scanTag,
Document doc
)
-
elementIdId of the element to be overridden.
-
newSettingsOverride settings to be assigned.
-
StringscanTagThe tag identifying the particular scan within the PointCloudInstance element. Tags can be obtained from PointCloudInstance via method getScans.
-
docDocument containing the element to be overridden.
-
Thrown when supplied scanTag is not empty while doc is NULL
-
A non-optional argument was null
-
The override settings are not valid.