Unregisters the point cloud engine associated to a particular identifier.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2012

Syntax

C#
public static void UnregisterPointCloudEngine(
	string identifier
)
Visual Basic
Public Shared Sub UnregisterPointCloudEngine ( _
	identifier As String _
)
Visual C++
public:
static void UnregisterPointCloudEngine(
	String^ identifier
)

Parameters

identifier
Type: System..::..String
The identifier of the engine to be unregistered.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was null

See Also