This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
14251efd 6442 2af2 3273 8a75cb2ef3aa
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an attribute definition to the dictionary.
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 - AttributeDefinition
- The attribute definition to add.
AttributeDefinitionDictionary Class
netDxf.Collections Namespace