PointCloudType.EngineIdentifier Property

PointCloudTypeEngineIdentifier Property

The identifier of the engine responsible for handling of the point cloud.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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
Remarks
The built-in engine provides "rcs" and "rcp" here.
See Also