PointCloudOverrides.GetPointCloudScanOverrideSettings
Description:
Gets override settings assigned to a particular scan within a PointCloudInstance element.
Gets override settings assigned to a particular scan within a PointCloudInstance element.
Overloads (2):
GetPointCloudScanOverrideSettings(ElementId,String,Document)
public PointCloudOverrideSettings GetPointCloudScanOverrideSettings(
ElementId elementId,
string scanTag,
Document doc
)
-
elementIdId of the overridden element.
-
StringscanTagThe tag identifying the particular scan within the PointCloudInstance element. Tags can be obtained from PointCloudInstance via method getScans.
-
docDocument containing the overridden element.
Return Value
PointCloudOverrideSettings
The override settings assigned to the scan, if present, or a default override settings if nothing was found.
-
Thrown when supplied scanTag is not empty while doc is NULL
-
A non-optional argument was null