<Code Lib>
2025 Method
Changes 0
M

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

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.
  • 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.

Loading…