Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Compile Method
The data needed for compilation

In This Topic
    Compile Method (Entity)
    In This Topic
    Compiles the graphic representation of this entity.
    Syntax
    'Declaration
     
    Public Overridable Sub Compile( _
       ByVal data As CompileParams _
    ) 
    public virtual void Compile( 
       CompileParams data
    )

    Parameters

    data
    The data needed for compilation
    See Also