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

Sets the dimension the member belongs to.

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

Syntax

Visual Basic (Declaration)
Public Sub SetDimension ( _
	dimension As Dimension _
)
C#
public void SetDimension (
	Dimension dimension
)
Visual C++
public:
void SetDimension (
	Dimension^ dimension
)

Parameters

dimension
net.esper.view.stat.olap.Dimension

Return Value