Nevron.Chart Namespace / NVertexSurfaceDataBase Class / SetValue Method / SetValue(Int32,Double,Double,Double) Method


In This Topic
    SetValue(Int32,Double,Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal index As System.Integer, _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal z As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NVertexSurfaceDataBase
    Dim index As System.Integer
    Dim x As System.Double
    Dim y As System.Double
    Dim z As System.Double
     
    instance.SetValue(index, x, y, z)
    public void SetValue( 
       System.int index,
       System.double x,
       System.double y,
       System.double z
    )

    Parameters

    index
    x
    y
    z
    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