Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / ExtrudeAsSurface Method / ExtrudeAsSurface(Line) Method

In This Topic
    ExtrudeAsSurface(Line) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeAsSurface( _
       ByVal line As Line _
    ) As Surface()
    public Surface[] ExtrudeAsSurface( 
       Line line
    )

    Parameters

    line
    See Also