Solid Edge Part 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 styles from the document given by Filename into the referenced document. If Overwrite is true, any duplicate styles 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

PartDocument Object  | PartDocument Members