[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns array containing name of each dimension including the name of the cell. The array size is getNumDimensions() + 1, with the first element as the cell name.

Namespace: net.esper.view.stat.olap
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property DimensionNames As IList(Of String)
C#
IList<string> DimensionNames { get; }
Visual C++
property IList<String^>^ DimensionNames {
	IList<String^>^ get ();
}

Return Value

dimension names array