Solid Edge Assembly Type Library
Apply Method
The index of the member of the collection to which the configuration settings will be applied.

If it is not supplied, there is no simplify override. If it is true, all parts are simplified. If it is false, all parts are as designed.

If it is not supplied, there is no simplify override. If it is true, all parts are simplified. If it is false, all parts are as designed.

Description
Applies the specified configuration.
Syntax
Visual Basic
Public Sub Apply( _
   ByVal Index As Variant, _
   Optional ByVal ActivationOverride As Variant, _
   Optional ByVal SimplifyOverride As Variant _
) 
Parameters
Index
The index of the member of the collection to which the configuration settings will be applied.
ActivationOverride

If it is not supplied, there is no simplify override. If it is true, all parts are simplified. If it is false, all parts are as designed.

SimplifyOverride

If it is not supplied, there is no simplify override. If it is true, all parts are simplified. If it is false, all parts are as designed.

Remarks
This method applies the current configuration settings and redisplays the object.
See Also

Configurations Collection  | Configurations Members

Send comments on this topic.