Click or drag to resize
DocumentInfoFromFile Method
Creates a read-only DocumentInfo containing the document properties for a project file

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static DocumentInfo FromFile(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: DocumentInfo
Remarks
This call requires exclusive access to the file during its execution. If the file is open, the call will return null.
Version Information

Supported in: 1.0.0.0
See Also