Eyeshot 10 WinForms API Reference
UpdatePattern(Entity,Dictionary<String,LinePattern>,LayerList) Method

WinForms Assembly > devDept.Eyeshot Namespace > CompileParams Class > UpdatePattern Method : UpdatePattern(Entity,Dictionary<String,LinePattern>,LayerList) Method
The entity
The line types dictionary
The layers list
Updates the current pattern with the pattern of the entity.
Syntax
'Declaration
 
Public Overloads Sub UpdatePattern( _
   ByVal entity As Entity, _
   ByVal lineTypes As Dictionary(Of String,LinePattern), _
   ByVal layers As LayerList _
) 
public void UpdatePattern( 
   Entity entity,
   Dictionary<string,LinePattern> lineTypes,
   LayerList layers
)

Parameters

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

Reference

CompileParams Class
CompileParams Members
Overload List