Delegate Model.RemovingGeoObject
Delegate definition for the RemovingGeoObjectEvent. Setting cancel to true prevents
the object beeing removed from the model.
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void RemovingGeoObject(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 |