Returns a list of the identifiers supported by point cloud engines registered to Revit.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<string> GetSupportedEngines()
Return Value
IList<String>
The list of identifiers.
See Also
Reference