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

In This Topic
    Compile Method (Block)
    In This Topic
    Compiles the block entities.
    Syntax
    'Declaration
     
    Public Sub Compile( _
       ByVal data As CompileParams _
    ) 
    public void Compile( 
       CompileParams data
    )

    Parameters

    data
    The data for compilation
    See Also