CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Adds an object to this model. If the model is beeing displayed the object will appear in the view
immediately.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void Add( IGeoObject ObjectToAdd ) |
| Visual Basic |
|---|
Public Sub Add ( _ ObjectToAdd As IGeoObject _ ) |
| Visual C++ |
|---|
public: virtual void Add( IGeoObject^ ObjectToAdd ) sealed |
Parameters
- ObjectToAdd
- Type: CADability.GeoObject..::..IGeoObject
The GeoObject to add