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

14251efd 6442 2af2 3273 8a75cb2ef3aa

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Adds an attribute definition to the dictionary.

Definition

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

C#

public void Add(
	AttributeDefinition item
)

VB

Public Sub Add ( 
	item As AttributeDefinition
)

C++

public:
void Add(
	AttributeDefinition^ item
)

F#

member Add : 
        item : AttributeDefinition -> unit 

Parameters

  AttributeDefinition
The attribute definition to add.

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally