Solid Edge Framework Type Library
AfterFeatureIsAdded Method
Specifies a member of the SeFeatureAddFlag constant set that specifies the type of add operation for which the event is triggered.
Specifies the object for which the event is triggered.
Description
Occurs after a specified feature is added.
Syntax
Visual Basic
Public Function AfterFeatureIsAdded( _
   ByVal AddFlag As SeFeatureAddFlag, _
   ByVal Feature As Object _
) As HResult
Parameters
AddFlag
ValueDescription
seNewFeature added
seNewPatternItemFeature added belongs to a Pattern
seUnSuppressFeature unsuppressed
seUnSuppressPatternItemFeature unsuppressed belongs to a Pattern
seUnSuppressUpToFeatures unsuppressed UpTo
Specifies a member of the SeFeatureAddFlag constant set that specifies the type of add operation for which the event is triggered.
Feature
Specifies the object for which the event is triggered.
See Also

ISEModelRecomputeEvents Object  | ISEModelRecomputeEvents Members

Send comments on this topic.