Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CompileSelected Method
The compile parameters

In This Topic
    CompileSelected Method
    In This Topic
    Compiles the graphics data for the selection.
    Syntax
    'Declaration
     
    Protected Overridable Sub CompileSelected( _
       ByVal data As CompileParams _
    ) 
    protected virtual void CompileSelected( 
       CompileParams data
    )

    Parameters

    data
    The compile parameters
    See Also