Revit 2026 API
Point |
The identifier of the engine responsible for handling of the point cloud.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string EngineIdentifier { get; }
Public ReadOnly Property EngineIdentifier As String Get
public: property String^ EngineIdentifier { String^ get (); }
member EngineIdentifier : string with get
Property Value
String
The built-in engine provides "rcs" and "rcp" here.
See Also