initialize MethodStatic

Registers the MapLayerFormats provided by this package for use with IModelApp. Typically, an application will call MapLayersFormats.initialize immediately after IModelApp.startup. This function has no effect if called before IModelApp.startup or after IModelApp.shutdown.

initialize(config?: MapLayersFormatsConfig): Promise<void>

Parameter Type Description
config MapLayersFormatsConfig  

Returns - Promise<void>

Defined in

Last Updated: 16 April, 2024