Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CompileParams Class / UpdatePattern Method / UpdatePattern(Entity,LineTypeKeyedCollection,LayerKeyedCollection) Method
The entity
The line types collection
The layers list

In This Topic
    UpdatePattern(Entity,LineTypeKeyedCollection,LayerKeyedCollection) Method
    In This Topic
    Updates the current pattern with the pattern of the entity.
    Syntax
    'Declaration
     
    Public Overloads Sub UpdatePattern( _
       ByVal entity As Entity, _
       ByVal lineTypes As LineTypeKeyedCollection, _
       ByVal layers As LayerKeyedCollection _
    ) 
    public void UpdatePattern( 
       Entity entity,
       LineTypeKeyedCollection lineTypes,
       LayerKeyedCollection layers
    )

    Parameters

    entity
    The entity
    lineTypes
    The line types collection
    layers
    The layers list
    See Also