Methods - HxGN EAM - 12.0.1 - Customization & Programming - Hexagon

HxGN EAM Web Services Toolkit Programmer

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
12.0.1
  • AddFilterLine - Allows programmatically adding a new filter line.

  • ClearLine - Clears the entered/selected value from all the controls on the current line.

  • ClearAllLines - Clears the entered/selected value from all the controls on all the lines.

  • LoadFromXML(XmlTextReader) - Loads the contents of the multi-line filter from the XmlTextReader when in the format saved by the SaveToXml method.

  • RemoveAllLines - Delete all the lines added by clicking Add Line. The first lines cannot be removed.

  • RemoveLastLine - Deletes the last line added by clicking Add Line. The first lines cannot be removed.

  • SaveToXml(XmlTextWriter) - Saves the contents of the multi-line filter to an XmlTextWriter.

  • ToGridFilterItems - Returns an array of Datastream.EWS.GridFilterItem instances; each index represents one filter row.

  • ToString - Returns a string representation of the data from the filter rows, separated with a space character.

  • ToString(lineDelim) - Returns a string representation of the data from the filter rows, separated with the specified lineDelim.

  • ValidateBalancedParens - Determines if the number of left parentheses match, then number of right parentheses.