<Code Lib>
2026 Method
Changes 0
M

PointCloudOverrides.ArePointCloudOverrideSettingsValid

Description:
Checks if PointCloudOverrideSettings are valid

public static bool ArePointCloudOverrideSettingsValid(
	string tag,
	PointCloudOverrideSettings settings
)

  • String
    tag
    The tag identifying the particular scan/region within the PointCloudInstance element. Tags can be obtained from PointCloudInstance via method getScans/getRegions.
  • settings
    Override settings to be checked.
Return Value Boolean Boolean

Loading…