Click or drag to resize

UnderlayDefinition Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the UnderlayDefinition class.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected UnderlayDefinition(
	string name,
	string file,
	UnderlayType type
)
Request Example View Source

Parameters

name
Type: SystemString
Underlay name.
file
Type: SystemString
Underlay file name with full or relative path.
type
Type: netDxf.ObjectsUnderlayType
Underlay type.
See Also