Solid Edge Framework Type Library
Add Method
Specifies the name for the new style.
Specifies the name of an existing style on which the new style is to be based.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal Name As String, _
   ByVal Parent As String _
) As ViewStyle
Parameters
Name
Specifies the name for the new style.
Parent
Specifies the name of an existing style on which the new style is to be based.
See Also

ViewStyles Collection  | ViewStyles Members

Send comments on this topic.