Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Surface3DDataPoint Class / Surface3DDataPoint Constructor


In This Topic
    Surface3DDataPoint Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal idx As Integer, _
       ByVal category As String, _
       ByVal value As Double _
    )
    'Usage
     
    Dim idx As Integer
    Dim category As String
    Dim value As Double
     
    Dim instance As New Surface3DDataPoint(idx, category, value)
    public Surface3DDataPoint( 
       int idx,
       string category,
       double value
    )

    Parameters

    idx
    category
    value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, 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