CADability dotNET
Add the provided object to the tree. This may split some nodes and cause calls to the method of other objects already in the tree.

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

Syntax

C#
public void AddObject(
	T objectToAdd
)
Visual Basic
Public Sub AddObject ( _
	objectToAdd As T _
)
Visual C++
public:
void AddObject(
	T objectToAdd
)

Parameters

objectToAdd
Type: T
Object beeing added

See Also