Solid Edge Assembly Type Library
ImportStyles Method
The file name from which the face styles are imported into the referenced document.
Specifies whether styles with duplicate names are overwritten when styles are imported.
Description
Imports the face styles from the given filename into the referenced document. If the optional variable Overwrite is true, styles with duplicate names will be overwritten.
Syntax
Visual Basic
Public Sub ImportStyles( _
   ByVal FileName As String, _
   Optional ByVal Overwrite As Variant _
) 
Parameters
FileName
The file name from which the face styles are imported into the referenced document.
Overwrite
Specifies whether styles with duplicate names are overwritten when styles are imported.
See Also

AssemblyDocument Object  | AssemblyDocument Members