Checks if PointCloudOverrideSettings are valid
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool ArePointCloudOverrideSettingsValid(
string tag,
PointCloudOverrideSettings settings
)
Parameters
- tag String
-
The tag identifying the particular scan/region within the PointCloudInstance element.
Tags can be obtained from PointCloudInstance via method getScans/getRegions.
- settings PointCloudOverrideSettings
-
Override settings to be checked.
Return Value
Boolean
Exceptions
See Also
Reference