Click or drag to resize
GraphicComponentImportXmlAsync Method (String, String)
Creates a GraphicComponent specified in a Library XML 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 Task<GraphicComponent> ImportXmlAsync(
	string libraryXmlFile,
	string libraryFileName
)

Parameters

libraryXmlFile
Type: SystemString
XML file that adheres to LibraryCompilerSchema.xsd.
libraryFileName
Type: SystemString
The 'fileName' attribute of the Library or Variant node that specifies the component.

Return Value

Type: TaskGraphicComponent
The compiled GraphicComponent.
Version Information

Supported in: 1.0.0.0
See Also