Revit 2026 API
Point |
Identifies if a given engine is file-based.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsEngineFileBased( string identifier )
Public Shared Function IsEngineFileBased ( identifier As String ) As Boolean
public: static bool IsEngineFileBased( String^ identifier )
static member IsEngineFileBased : identifier : string -> bool
Parameters
- identifier String
- The engine identifier.
Return Value
BooleanTrue if the engine is file-based, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also