Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LinePattern Class / LinePattern Constructor / LinePattern Constructor(String,Single[],String)
The pattern name.
The pattern.
The pattern description.

In This Topic
    LinePattern Constructor(String,Single[],String)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal pattern() As Single, _
       Optional ByVal description As String _
    )
    public LinePattern( 
       string name,
       float[] pattern,
       string description
    )

    Parameters

    name
    The pattern name.
    pattern
    The pattern.
    description
    The pattern description.
    See Also