CADability dotNET
When attributes refer to other attributes these should be in the same AttributeListContainer. This method checks this consitency, changes the references where needed and adds new attributes to the corresponding lists when necessery.

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

Syntax

C#
void Update(
	bool AddMissingToList
)
Visual Basic
Sub Update ( _
	AddMissingToList As Boolean _
)
Visual C++
void Update(
	bool AddMissingToList
)

Parameters

AddMissingToList
Type: System..::..Boolean
true: add referenced attributes when not found in a list

See Also