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

In This Topic
    Solid3DVertexSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vertex As Solid3D.Vertex _
    )
    public Solid3DVertexSurrogate( 
       Solid3D.Vertex vertex
    )

    Parameters

    vertex
    See Also