Nevron .NET Vision
Nevron.Chart Namespace / NMeshSurfaceData Class / SetValue Method / SetValue(Int32,Int32,Double,Double,Double) Method


In This Topic
    SetValue(Int32,Int32,Double,Double,Double) Method
    In This Topic
    Sets the xyz position at the specified grid indices
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal col As System.Integer, _
       ByVal row As System.Integer, _
       ByVal yValue As System.Double, _
       ByVal xValue As System.Double, _
       ByVal zValue As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NMeshSurfaceData
    Dim col As System.Integer
    Dim row As System.Integer
    Dim yValue As System.Double
    Dim xValue As System.Double
    Dim zValue As System.Double
     
    instance.SetValue(col, row, yValue, xValue, zValue)
    public void SetValue( 
       System.int col,
       System.int row,
       System.double yValue,
       System.double xValue,
       System.double zValue
    )

    Parameters

    col
    row
    yValue
    xValue
    zValue
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also