ImageLayer Load Method (String) TIBCO Spotfire 7.0 API Reference
Loads the image with the specified file name into this ImageLayer instance.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public void Load(
	string fileName
)

Parameters

fileName
Type: System String
The name of the file, including full path.
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if fileName is null.
System ArgumentExceptionThrown if fileName is empty.
System.IO FileNotFoundExceptionThrown if the file is not found.
Version Information

Supported in: 7.0, 6.5
See Also