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

79efa855 ae8a 638e 1c5c 4fb23dd2a01b

haplokuon edited this page May 6, 2023 · 1 revision

Block(String, IEnumerable<EntityObject>) 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,
	IEnumerable<EntityObject> entities
)

VB

Public Sub New ( 
	name As String,
	entities As IEnumerable(Of EntityObject)
)

C++

public:
Block(
	String^ name, 
	IEnumerable<EntityObject^>^ entities
)

F#

new : 
        name : string * 
        entities : IEnumerable<EntityObject> -> Block

Parameters

  String
Block name.
  IEnumerable(EntityObject)
The list of entities that make the block.

See Also

Reference

Block Class
Block Overload
netDxf.Blocks Namespace

Clone this wiki locally