Solid Edge Framework Type Library
AfterFeatureIsAdded Event
Description
Occurs after a specified feature is added.
Syntax
Visual Basic
Public Event AfterFeatureIsAdded( _
   ByVal AddFlag As SeFeatureAddFlag, _
   ByVal Feature As Object _
)
Parameters
AddFlag
ValueDescription
seNewFeature added
seNewPatternItemFeature added belongs to a Pattern
seUnSuppressFeature unsuppressed
seUnSuppressPatternItemFeature unsuppressed belongs to a Pattern
seUnSuppressUpToFeatures unsuppressed UpTo
Feature
See Also

ModelRecomputeEvents Object  | ModelRecomputeEvents Members

Send comments on this topic.