PointCloudEngineRegistry.UnregisterPointCloudEngine Method

Unregisters the point cloud engine associated to a particular identifier.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static void UnregisterPointCloudEngine(
	string identifier
)

Parameters

identifier  String
The identifier of the engine to be unregistered.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

PointCloudEngineRegistry Class
Autodesk.Revit.DB.PointClouds Namespace