Adds a new image layer to this collection, using the specified file.
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public ImageLayer AddNewImageLayer( string fileName )
Parameters
- fileName
- Type: SystemString
The name of the file, including full path.
Return Value
Type: ImageLayerThe newly created image layer.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if fileName is null. |
| ArgumentException | Thrown if fileName is empty. |
| ArgumentException | Thrown if the file cannot be interpreted as an image. |
| FileNotFoundException | Thrown if the file is not found. |
Remarks
Version Information
See Also