Type: BCS.Sym3.Equipment.ISorterSection

Represents a section of a sorter

Properties


Arc

  • Description: Gets or sets the arc of a section
  • Type: Double
  • Access: Read and Write

Direction

  • Description: Gets or sets the direction of a section
  • Type: Double
  • Access: Read and Write

Length

  • Description: Gets or sets the length of a section
  • Type: Double
  • Access: Read and Write

Roll

  • Description: Gets the roll of a section
  • Type: Double
  • Access: Read

Tilt

  • Description: Gets or sets the tilt of a section
  • Type: Double
  • Access: Read and Write

Methods


Compare(BCS.Sym3.Equipment.ISorterSection)

Compare the sections between two project


FromFileXmlString(System.String)

Read all the properties for File xml string

  • Parameters:
    • xml:

FromXmlString(BCS.IToolXmlToObjectHelper)

Init object from IToolXmlToObjectHelper. All properties found in the RootElement of IToolXmlToObjectHelper will be set with the value in the rootElement

  • Parameters:
    • xmlHelperObj: xmlHelperObj IToolXmlToObjectHelper

FromXmlString(System.String)

Init object from xml. All properties found in the xml will be set with the value in the xml file

  • Parameters:
    • xmlText: Xml string

FromXmlString(System.Xml.Linq.XElement)

Init object from root element. All properties found in the XElement will be set with the value in the XElement

  • Parameters:
    • objXml: objXml XElement

ToFileXmlString

write all the properties to File string


ToXmlString

Converts the object in an xml string

  • Returns:
    • the string that contains xml version of the object