Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / Offset Method / Offset(Double) Method
Signed offset amount

In This Topic
    Offset(Double) Method
    In This Topic
    Offsets the curve of the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Function Offset( _
       ByVal amount As Double _
    ) As ICurve
    public ICurve Offset( 
       double amount
    )

    Parameters

    amount
    Signed offset amount

    Return Value

    The offset curve if the operation is successful, null/Nothing otherwise.
    See Also