| Solid Edge Framework Type Library > ModelRecomputeEvents Object : BeforeFeatureIsDeleted Event |
| Visual Basic |
|---|
Public Event BeforeFeatureIsDeleted( _ ByVal DeleteFlag As SeFeatureDeleteFlag, _ ByVal Feature As Object _ ) |
| Value | Description |
|---|---|
| sePermanent | Feature deleted |
| sePermanentPatternItem | Feature deleted belongs to a Pattern |
| seSuppress | Feature suppressed |
| seSuppressDownTo | Features suppressed DownTo |
| seSuppressPatternItem | Feature suppressed belongs to a Pattern |