Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDataPointDragTool Class / GetDataPointXYZValue Method


In This Topic
    GetDataPointXYZValue Method
    In This Topic
    Gets the data point XYZ value given the specified model point
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDataPointXYZValue( _
       ByVal pointModel As NVector3DF _
    ) As NDataPointXYZValue
    'Usage
     
    
    Dim instance As NDataPointDragTool
    Dim pointModel As NVector3DF
    Dim value As NDataPointXYZValue
     
    value = instance.GetDataPointXYZValue(pointModel)
    protected virtual NDataPointXYZValue GetDataPointXYZValue( 
       NVector3DF pointModel
    )

    Parameters

    pointModel
    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