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

e3bcd871 5108 4bb6 60c6 bf0bd7d1e826

haplokuon edited this page May 6, 2023 · 1 revision

UnderlayDgnDefinition(String, String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the UnderlayDgnDefinition class.

Definition

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

C#

public UnderlayDgnDefinition(
	string name,
	string file
)

VB

Public Sub New ( 
	name As String,
	file As String
)

C++

public:
UnderlayDgnDefinition(
	String^ name, 
	String^ file
)

F#

new : 
        name : string * 
        file : string -> UnderlayDgnDefinition

Parameters

  String
Underlay definition name.
  String
Underlay file name with full or relative path.

Remarks

The file extension must match the underlay type.

See Also

Reference

UnderlayDgnDefinition Class
UnderlayDgnDefinition Overload
netDxf.Objects Namespace

Clone this wiki locally