RVTDocs.com

PointCloudEngineRegistry.IsEngineFileBased

Method
Description:
Identifies if a given engine is file-based.
Syntax
public static bool IsEngineFileBased(
	string identifier
)
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