PointCloudEngineRegistryGetSupportedEngines Method

Returns a list of the identifiers supported by point cloud engines registered to Revit.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static IList<string> GetSupportedEngines()

Return Value

IListString
The list of identifiers.
See Also