PointCloudEngineRegistryUnregisterPointCloudEngine Method |
Unregisters the point cloud engine associated to a particular identifier.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static void UnregisterPointCloudEngine(
string identifier
)
Public Shared Sub UnregisterPointCloudEngine (
identifier As String
)
public:
static void UnregisterPointCloudEngine(
String^ identifier
)
static member UnregisterPointCloudEngine :
identifier : string -> unit
Parameters
- identifier String
-
The identifier of the engine to be unregistered.
Exceptions
See Also