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

d218fb89 bc7d 4448 8568 c1a33c948521

haplokuon edited this page May 6, 2023 · 1 revision

AddRange Method

netDxf 3.0.0 Library

Adds an attribute definition list to the dictionary.

Definition

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

C#

public void AddRange(
	IEnumerable<AttributeDefinition> collection
)

VB

Public Sub AddRange ( 
	collection As IEnumerable(Of AttributeDefinition)
)

C++

public:
void AddRange(
	IEnumerable<AttributeDefinition^>^ collection
)

F#

member AddRange : 
        collection : IEnumerable<AttributeDefinition> -> unit 

Parameters

  IEnumerable(AttributeDefinition)
The collection whose elements should be added.

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally