RVTDocs.com

PointCloudOverrides.SetPointCloudScanOverrideSettings(ElementId, PointCloudOverrideSettings, String, Document)

Method
Description:
Assigns scan override settings to a particular scan within a PointCloudInstance element.
Syntax
public void SetPointCloudScanOverrideSettings(
	ElementId elementId,
	PointCloudOverrideSettings newSettings,
	string scanTag,
	Document doc
)
Parameters
Parameter Type Description
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.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when supplied scanTag is not empty while doc is NULL
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException The override settings are not valid.