2027 Method
Changes 0
M

PointCloudOverrides.SetPointCloudScanOverrideSettings

Description:
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
)
  • elementId
    Id of the element to be overridden.
  • newSettings
    Override settings to be assigned.
  • String
    scanTag
    The tag identifying the particular scan within the PointCloudInstance element. Tags can be obtained from PointCloudInstance via method getScans.
  • doc
    Document containing the element to be overridden.