[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)
Public ReadOnly Property DimensionNames As IList(Of String)
C#
public IList<string> DimensionNames { get; }
Visual C++
public:
virtual property IList<String^>^ DimensionNames {
	IList<String^>^ get () sealed;
}

Field Value

Return Value

dimension names array