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

d777e7ad 6064 d003 7cbc de5c5af11d43

haplokuon edited this page May 6, 2023 · 1 revision

ApplicationRegistry Constructor

netDxf 3.0.0 Library

Initializes a new instance of the ApplicationRegistry class.

Definition

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

C#

public ApplicationRegistry(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
ApplicationRegistry(
	String^ name
)

F#

new : 
        name : string -> ApplicationRegistry

Parameters

  String
Application registry name.

See Also

Reference

ApplicationRegistry Class
netDxf.Tables Namespace

Clone this wiki locally