This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
79efa855 ae8a 638e 1c5c 4fb23dd2a01b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Block
class.
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
- String
- Block name.
- IEnumerable(EntityObject)
- The list of entities that make the block.