Click or drag to resize
StationLoad Method (String, Boolean, ProgressNotification, FileNotFoundNotification)
Loads a station from a file.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public static Station Load(
	string fileName,
	bool asReadOnly,
	ProgressNotification progressDelegate,
	FileNotFoundNotification fileNotFoundDelegate
)

Parameters

fileName
Type: SystemString
The path of the station to be loaded. This must be an absolute path.
asReadOnly
Type: SystemBoolean
If true, the station is loaded as read only.
progressDelegate
Type: ABB.Robotics.RobotStudioProgressNotification
Callback delegate for load progress notification
fileNotFoundDelegate
Type: ABB.Robotics.RobotStudio.StationsFileNotFoundNotification
Callback delegate for file not found notification

Return Value

Type: Station
A Station object.
Exceptions
Version Information

Supported in: 1.0.0.0
See Also