Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

8d3697c9 2c39 2dd7 61b3 8f98f0cdbb60

haplokuon edited this page May 6, 2023 · 1 revision

UnderlayDwfDefinition(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the UnderlayDwfDefinition class.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public UnderlayDwfDefinition(
	string file
)

VB

Public Sub New ( 
	file As String
)

C++

public:
UnderlayDwfDefinition(
	String^ file
)

F#

new : 
        file : string -> UnderlayDwfDefinition

Parameters

  String
Underlay file name with full or relative path.

Remarks

The file extension must match the underlay type.

See Also

Reference

UnderlayDwfDefinition Class
UnderlayDwfDefinition Overload
netDxf.Objects Namespace

Clone this wiki locally