Point |
Checks if PointCloudOverrideSettings are valid
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

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
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
