Unregisters the point cloud engine associated to a particular identifier.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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
See Also