PointCloudOverrides.GetPointCloudRegionOverrideSettings
Description:
Gets override settings assigned to a particular region within a PointCloudInstance element.
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
)
-
elementIdId of the overridden element.
-
StringregionTagThe tag identifying the particular region within the PointCloudInstance element. Tags can be obtained from PointCloudInstance via method getRegions.
-
docDocument 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.
-
Thrown when supplied regionTag is not empty while doc is NULL
-
A non-optional argument was null