Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / IndexLineSurrogate Class / IndexLineSurrogate Constructor

In This Topic
    IndexLineSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal indexLine As IndexLine _
    )
    public IndexLineSurrogate( 
       IndexLine indexLine
    )

    Parameters

    indexLine
    See Also