Solid Edge Assembly Type Library
AddByTemplate Method
The name of the file to be created from the Occurrence.
The template file to be used when the file is created. If a template file name is not specified, the default template is used.
Description
Adds an occurrence using a specified template.
Syntax
Visual Basic
Public Function AddByTemplate( _
   ByVal OccurrenceFileName As String, _
   Optional ByVal TemplateFileName As Variant _
) As Occurrence
Parameters
OccurrenceFileName
The name of the file to be created from the Occurrence.
TemplateFileName
The template file to be used when the file is created. If a template file name is not specified, the default template is used.
See Also

Occurrences Collection  | Occurrences Members

Send comments on this topic.