PointCloudEngineRegistry.IsEngineFileBased
Method
Description:
Identifies if a given engine is file-based.
Identifies if a given engine is file-based.
Parameters
Parameter | Type | Description |
---|---|---|
identifier | String | The engine identifier. |
Return Value
Type | Description |
---|---|
Boolean | True if the engine is file-based, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |