Solid Edge Framework Type Library
AfterFeatureIsModified Method
Specifies a member of the SeFeatureModifyFlag constant set that specifies the type of modify operation for which the event is triggered.
Specifies the object being modified.
Description
Occurs after a specified feature is modified.
Syntax
Visual Basic
Public Function AfterFeatureIsModified( _
   ByVal ModifyFlag As SeFeatureModifyFlag, _
   ByVal Feature As Object _
) As HResult
Parameters
ModifyFlag
ValueDescription
seDirectInputsChangedFeature's direct inputs changed
seReorderedFeature re-ordered
seSchemaChangedFeature's schema changed
Specifies a member of the SeFeatureModifyFlag constant set that specifies the type of modify operation for which the event is triggered.
Feature
Specifies the object being modified.
See Also

ISEModelRecomputeEvents Object  | ISEModelRecomputeEvents Members

Send comments on this topic.