Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPolylineTo Class / SetPoint Method


In This Topic
    SetPoint Method (NPolylineTo)
    In This Topic
    Sets a polyline point at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub SetPoint( _
       ByVal index As System.Integer, _
       ByVal pt As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NPolylineTo
    Dim index As System.Integer
    Dim pt As NPoint
     
    instance.SetPoint(index, pt)
    public void SetPoint( 
       System.int index,
       NPoint pt
    )

    Parameters

    index
    pt
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also