Type: BCS.Sym3.Equipment.IShoeDiverter
Represents a shoe diverter used by the shoe sorter
Properties
Distance
- Description: Gets or sets the distance
- Type: Double
- Access: Read and Write
Divert
- Description: Diverts
- Type: Boolean
- Access: Read and Write
Exit
- Description: Gets or sets the exit equipment
- Type: IBaseEquipment
- Access: Read and Write
ProxOffset
- Description: Gets or sets the prox offset
- Type: Double
- Access: Read and Write
ProxStatus
- Description: Gets or sets the prox status
- Type: Boolean
- Access: Read and Write
Rule
- Description: Gets or sets the rule
- Type: IBaseEquipment
- Access: Read and Write
Methods
Compare(BCS.Sym3.Equipment.IShoeDiverter)
Compare the shoe diverter between two project
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
ToXmlString
Converts the object in an xml string
- Returns:
- the string that contains xml version of the object