Click or drag to resize

UnderlayDgnDefinition Constructor (String, String)

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

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

Parameters

name
Type: SystemString
Underlay definition name.
file
Type: SystemString
Underlay file name with full or relative path.
See Also