Solid Edge Framework Type Library
Add Method
Specifies the name for the new property.
Specifies the property value. The type specified determines the type of the property.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Value As Variant _
) As Property
Parameters
Name
Specifies the name for the new property.
Value
Specifies the property value. The type specified determines the type of the property.
Remarks
The newly added properties are not saved to the file until the Properties.Save method is called.
See Also

Properties Collection  | Properties Members