YAMP.SurfacePlotValue.this C# (CSharp) Method

this() public method

Gets one particular series of the surface plot (we only have 1 surface plot series!).
public this ( int index ) : Points
index int Obsolete - all the same.
return Points
        public Points<Vertex> this[int index]
        {
            get
            {
                return data;
            }
        }

Same methods

SurfacePlotValue::this ( int index, int point ) : Vertex