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