Click or drag to resize
ProjectDocument Constructor (String, ProjectDocumentType)
Creates a new ProjectDocument

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public ProjectDocument(
	string url,
	ProjectDocumentType type
)

Parameters

url
Type: SystemString
Document URL
type
Type: ABB.Robotics.RobotStudioProjectDocumentType
Document type
Remarks
To create an embedded file, use ProjectDocument(string name, byte[] data).
Version Information

Supported in: 1.0.0.0
See Also