[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Set dimension members from the list of value objects.
Namespace: net.esper.view.stat.olap
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetMembers ( _ dimension As Integer, _ members As IList(Of Object) _ ) |
C# |
---|
public void SetMembers ( int dimension, IList<Object> members ) |
Visual C++ |
---|
public: virtual void SetMembers ( int dimension, IList<Object^>^ members ) sealed |
Parameters
- dimension
- System.Int32
Starts at 0 and has a max of number of dimensions minus 1
- members
- System.Collections.Generic.IList<(Of T>)
is a list of objects making up the dimension member values