Solid Edge Part Type Library
AddFromTemplate Method
Specifies a name for the new table.
Specifies whether or not to overwrite an existing table definition.
Description
Adds a PropertyTableDefinition to the PropertyTableDefinitions collection.
Syntax
Visual Basic
Public Function AddFromTemplate( _
   ByVal TableName As String, _
   Optional ByVal Overwrite As Variant _
) As PropertyTableDefinition
Parameters
TableName
Specifies a name for the new table.
Overwrite
Specifies whether or not to overwrite an existing table definition.
See Also

PropertyTableDefinitions Collection  | PropertyTableDefinitions Members