Type: BCS.Sym3.Equipment.IPathSection
Represents a path section
Properties
NextSection
- Description: Gets or sets next section
- Type: String
- Access: Read and Write
Points
- Description: Gets or sets path points
- Type: ObservableCollection`1
- Access: Read and Write
PreviousSection
- Description: Gets or sets previous section
- Type: String
- Access: Read and Write
Methods
AddPoint(System.Double,System.Double,System.Double,System.Double)
Create and add a new point to the Points collection x coordinatey coordinatez coordinatebulge
FromFileXmlString(System.String)
Read all the properties for File xml string
- Parameters:
- xml:
FromFileXmlString(System.Xml.Linq.XElement)
Read all the properties for File XElement
- Parameters:
- root:
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