Solid Edge Framework Type Library
BeforeFeatureIsDeleted Event
Description
Occurs when a specified feature is deleted.
Syntax
Visual Basic
Public Event BeforeFeatureIsDeleted( _
   ByVal DeleteFlag As SeFeatureDeleteFlag, _
   ByVal Feature As Object _
)
Parameters
DeleteFlag
ValueDescription
sePermanentFeature deleted
sePermanentPatternItemFeature deleted belongs to a Pattern
seSuppressFeature suppressed
seSuppressDownToFeatures suppressed DownTo
seSuppressPatternItemFeature suppressed belongs to a Pattern
Feature
See Also

ModelRecomputeEvents Object  | ModelRecomputeEvents Members

Send comments on this topic.