Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CompileParams Class / CompileParams Constructor / CompileParams Constructor(Entity,ViewportLayout)
The entity
The ViewportLayout

In This Topic
    CompileParams Constructor(Entity,ViewportLayout)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal entity As Entity, _
       ByVal viewportLayout As ViewportLayout _
    )
    public CompileParams( 
       Entity entity,
       ViewportLayout viewportLayout
    )

    Parameters

    entity
    The entity
    viewportLayout
    The ViewportLayout
    See Also