2027 Method
Changes 0
M

PointCloudOverrides.GetPointCloudRegionOverrideSettings

Description:
Gets override settings assigned to a particular region within a PointCloudInstance element.
Overloads (2):
GetPointCloudRegionOverrideSettings(ElementId,String,Document)
public PointCloudOverrideSettings GetPointCloudRegionOverrideSettings(
	ElementId elementId,
	string regionTag,
	Document doc
)
  • elementId
    Id of the overridden element.
  • 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 overridden element.
Return Value PointCloudOverrideSettings The override settings assigned to the region, if present, or a default override settings if nothing was found.