Click or drag to resize

EntityObjectOnLinetypeChangedEvent Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected virtual Linetype OnLinetypeChangedEvent(
	Linetype oldLinetype,
	Linetype newLinetype
)
Request Example View Source

Parameters

oldLinetype
Type: netDxf.TablesLinetype
newLinetype
Type: netDxf.TablesLinetype

Return Value

Type: Linetype
See Also