Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FemMesh Constructor / FemMesh Constructor(SerializationInfo,StreamingContext)

In This Topic
    FemMesh Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Constructor for deserializing objects.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    public FemMesh( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also