Solid Edge Assembly Type Library
GenerateWireReport Method
Specifies the type of report to generate. Valid values are members of the AssemblyReportTypeConstants constant set.
Specifies the file name for the report.
Specifies members of the AssemblyReportConstants constant set to generate the fields in the report.
Description
Generates a wire report for the referenced object.
Syntax
Visual Basic
Public Sub GenerateWireReport( _
   ByVal ReportType As AssemblyReportTypeConstants, _
   ByVal FileNameToSaveReport As Variant, _
   ByVal FieldsToGenerate As Integer _
) 
Parameters
ReportType
ValueDescription
seAssemblyWireReportAtomic
seAssemblyWireReportExpanded
Specifies the type of report to generate. Valid values are members of the AssemblyReportTypeConstants constant set.
FileNameToSaveReport
Specifies the file name for the report.
FieldsToGenerate
Specifies members of the AssemblyReportConstants constant set to generate the fields in the report.
See Also

AssemblyDocument Object  | AssemblyDocument Members