Sections Class

Spotfire 14.3 API Reference
The DataMethods are grouped into sections (ex. Text, Math, etc.) when presented in the user interface. This class contains the predefined sections which methods can be part of.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.ComputationsSections

Namespace:  Spotfire.Dxp.Data.Computations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public static class Sections

The Sections type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberBinningFunctions
Gets the section for binning functions.
Public propertyStatic memberConversionFunctions
Gets the section for conversion functions.
Public propertyStatic memberDateAndTimeFunctions
Gets the section for Date and Time functions.
Public propertyStatic memberLogicalFunctions
Gets the section for logical functions.
Public propertyStatic memberMathFunctions
Gets the section for math functions.
Public propertyStatic memberOperators
Gets the section for operators.
Public propertyStatic memberPropertyFunctions
Gets the section for property functions.
Public propertyStatic memberRankingFunctions
Gets the section for ranking functions.
Public propertyStatic memberSpatialFunctions
Gets the section for spatial functions.
Public propertyStatic memberStatisticalFunctions
Gets the section for statistical functions.
Public propertyStatic memberTextFunctions
Gets the section for text functions.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference