Solid Edge Framework Type Library
BeforeFeatureIsDeleted Method
A member of the SeFeatureDeleteFlag constant set that specifies the delete operation for which the event is triggered.
The feature object for which the event is triggered.
Description
Occurs when a specified feature is deleted.
Syntax
Visual Basic
Public Function BeforeFeatureIsDeleted( _
   ByVal DeleteFlag As SeFeatureDeleteFlag, _
   ByVal Feature As Object _
) As HResult
Parameters
DeleteFlag
ValueDescription
sePermanentFeature deleted
sePermanentPatternItemFeature deleted belongs to a Pattern
seSuppressFeature suppressed
seSuppressDownToFeatures suppressed DownTo
seSuppressPatternItemFeature suppressed belongs to a Pattern
A member of the SeFeatureDeleteFlag constant set that specifies the delete operation for which the event is triggered.
Feature
The feature object for which the event is triggered.
See Also

ISEModelRecomputeEvents Object  | ISEModelRecomputeEvents Members

Send comments on this topic.