Click or drag to resize

AutomationMLContainerAddPLCopenXmlSchema(String, Uri) Method

Adds a PLCopenXml schema file to the package and creates a package - part relationship of type PLCopenXmlSchema to the package.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public PackagePart AddPLCopenXmlSchema(
	string fileName,
	Uri partUri
)

Parameters

fileName  String
full name of the file which should be added
partUri  Uri
package internal name of the part

Return Value

PackagePart
added part
See Also