CADability dotNET
Adds the given Model to the project. The attributes of the GeoObjects in this model are merged into the attribute lists of this project. Fires a ModelsChangedEvent.

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

Syntax

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

Parameters

ToAdd
Type: CADability..::..Model
Model to add

See Also