CompileParams.UpdateLineType (Entity, LineTypeKeyedCollection, LayerKeyedCollection) Method

Updates the current line type with the line type of the entity.
Public Sub UpdateLineType( _ 
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 UpdateLineType( 
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.8

In this article

Definition