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

6cc3c93e 64d1 8878 8422 81635e8400bc

haplokuon edited this page May 6, 2023 · 1 revision

Block(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Block class.

Definition

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

C#

public Block(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
Block(
	String^ name
)

F#

new : 
        name : string -> Block

Parameters

  String
Block name.

See Also

Reference

Block Class
Block Overload
netDxf.Blocks Namespace

Clone this wiki locally