2027 Method
Changes 0
M

PointCloudOverrides.SetPointCloudRegionOverrideSettings

Description:
Assigns override settings to a particular region within a PointCloudInstance element.
Overloads (2):
SetPointCloudRegionOverrideSettings(ElementId,PointCloudOverrideSettings,String,Document)
public void SetPointCloudRegionOverrideSettings(
	ElementId elementId,
	PointCloudOverrideSettings newSettings,
	string regionTag,
	Document doc
)
  • elementId
    Id of the element to be overridden.
  • newSettings
    Override settings to be assigned.
  • String
    regionTag
    The tag identifying the particular region within the PointCloudInstance element. Tags can be obtained from PointCloudInstance via method getRegions.
  • doc
    Document containing the element to be overridden.