Click or drag to resize

DimensionOnDimensionStyleChangedEvent 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 DimensionStyle OnDimensionStyleChangedEvent(
	DimensionStyle oldStyle,
	DimensionStyle newStyle
)
Request Example View Source

Parameters

oldStyle
Type: netDxf.TablesDimensionStyle
newStyle
Type: netDxf.TablesDimensionStyle

Return Value

Type: DimensionStyle
See Also