Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / RelArcTo Method
an fx, formula string or length value
an fx, formula string or length value
an fx, formula string or length value


In This Topic
    RelArcTo Method
    In This Topic
    Adds a relative ArcTo command
    Syntax
    'Declaration
     
    
    Public Function RelArcTo( _
       ByVal x As System.Object, _
       ByVal y As System.Object, _
       ByVal bow As System.Object _
    ) As NArcTo
    'Usage
     
    
    Dim instance As NGeometry
    Dim x As System.Object
    Dim y As System.Object
    Dim bow As System.Object
    Dim value As NArcTo
     
    value = instance.RelArcTo(x, y, bow)
    public NArcTo RelArcTo( 
       System.object x,
       System.object y,
       System.object bow
    )

    Parameters

    x
    an fx, formula string or length value
    y
    an fx, formula string or length value
    bow
    an fx, formula string or length value

    Return Value

    the created command
    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