CADability dotNET
Adds a named attribute to that list

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void Add(
	INamedAttribute toAdd
)
Visual Basic
Sub Add ( _
	toAdd As INamedAttribute _
)
Visual C++
void Add(
	INamedAttribute^ toAdd
)

Parameters

toAdd
Type: CADability..::..INamedAttribute
the attribute to add

See Also