CompileParams.UpdatePattern (Entity, LineTypeKeyedCollection, LayerKeyedCollection) Method

Updates the current pattern with the pattern of the entity.
Public Sub UpdatePattern( _ 
ByVal entity As Entity, _ 
ByVal lineTypes As LineTypeKeyedCollection, _ 
ByVal layers As LayerKeyedCollection
)
This language is not supported or no code example is available.
public void UpdatePattern( 
Entity entity
LineTypeKeyedCollection lineTypes
LayerKeyedCollection layers 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

The entity

lineTypes
LineTypeKeyedCollection

The line types collection

layers
LayerKeyedCollection

The layers list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition