ClearExistingDataAndImportFromXML(ConstructionLine, string)

Import global points and connecting edges from an XML file.

Declaration Syntax

public static IList<object> ClearExistingDataAndImportFromXML(ConstructionLine constructionLine, string xmlFilePath)

Parameters

constructionLine(ConstructionLine)

The ConstructionLine instance.

xmlFilePath(string)

Full file path from which the data will be read. Note: A Python literal string (prefixed with an 'r' character) may be required to prevent treating the backslash as an escape character.