CADability dotNET
Add a dimensionstyle to the list. If there is already a dimension styl with the same name in the list, the NameAlreadyExistsException will be thrown.

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

Syntax

C#
public void Add(
	DimensionStyle ToAdd
)
Visual Basic
Public Sub Add ( _
	ToAdd As DimensionStyle _
)
Visual C++
public:
void Add(
	DimensionStyle^ ToAdd
)

Parameters

ToAdd
Type: CADability.Attribute..::..DimensionStyle
dimension style to add

See Also