Delegate Model.AddingGeoObject
Delegate definition for the AddingGeoObjectEvent. Setting cancel to true prevents
the object beeing added to the model.
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void AddingGeoObject(IGeoObject go, ref bool cancel);
Parameters
| Type | Name | Description |
|---|---|---|
| IGeoObject | go | Object to be added |
| System.Boolean | cancel | Parameter to prevent the adding of the object |