Solid Edge Assembly Type Library
AddPropertyItem Method
Specifies the name for the new property item.
Member of the PropertyTypeConstants constant set that specifies the type of the new property item.
Specifies the value of the new property item.
Description
Adds a property item.
Syntax
Visual Basic
Public Sub AddPropertyItem( _
   ByVal ItemName As String, _
   ByVal ItemType As PropertyTypeConstants, _
   ByVal ItemValue As Variant _
) 
Parameters
ItemName
Specifies the name for the new property item.
ItemType
ValueDescription
sePropertyTypeDoubleProperty Type - Double
sePropertyTypeIntegerProperty Type - Integer
sePropertyTypeStringProperty Type - String
Member of the PropertyTypeConstants constant set that specifies the type of the new property item.
ItemValue
Specifies the value of the new property item.
Remarks
If the specified ItemName already exists, and the previous and new ItemTypes are identical, then ItemValue is updated to the new value.
See Also

AssemblyProperty Object  | AssemblyProperty Members

Send comments on this topic.