Raised when each layer is restored during the loading of a previously saved annotation file.
Visual Basic |
---|
Public Event LayerRestored( _ ByVal layerHandle As Long _ ) |
- layerHandle
The layer handle of the restored layer.
The layerHandle argument is the handle of the newly created layer, and should be used in subsequent methods that require a layer handle as a parameter.