Eyeshot 10 WinForms API Reference
Offset(Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class > Offset Method : Offset(Double) Method
Signed offset amount
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

Reference

LinearPath Class
LinearPath Members
Overload List