<Code Lib>
2021 Method
Changes 0
M

PointCloudEngineRegistry.IsEngineFileBased

Description:
Identifies if a given engine is file-based.

public static bool IsEngineFileBased(
	string identifier
)

  • String
    identifier
    The engine identifier.
Return Value bool True if the engine is file-based, false otherwise.

Loading…