Click or drag to resize
ProjectDocument Constructor (String, Byte)
Creates a new embedded ProjectDocument from binary data.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public ProjectDocument(
	string name,
	byte[] data
)

Parameters

name
Type: SystemString
Document data
data
Type: SystemByte
Document name
Version Information

Supported in: 1.0.0.0
See Also