Delegate Model.GeoObjectRemoved
Delegate definition for the GeoObjectRemovedEvent.
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void GeoObjectRemoved(IGeoObject go);
Parameters
| Type | Name | Description |
|---|---|---|
| IGeoObject | go | GeoObject that hes been removed from the model |