Solid Edge Assembly Type Library
UpdateItemValue Method
Specifies the name of the property item for which you want to retrieve item type.
Member of the PropertyTypeConstants constant set that specifies the current item type.
Specifies the new item value for the property item. NewItemValue must be of the same type as CurrentItemType.
Description
Updates the item value.
Syntax
Visual Basic
Public Sub UpdateItemValue( _
   ByVal CurrentItemName As String, _
   ByVal CurrentItemType As PropertyTypeConstants, _
   ByVal NewItemValue As Variant _
) 
Parameters
CurrentItemName
Specifies the name of the property item for which you want to retrieve item type.
CurrentItemType
ValueDescription
sePropertyTypeDoubleProperty Type - Double
sePropertyTypeIntegerProperty Type - Integer
sePropertyTypeStringProperty Type - String
Member of the PropertyTypeConstants constant set that specifies the current item type.
NewItemValue
Specifies the new item value for the property item. NewItemValue must be of the same type as CurrentItemType.
See Also

AssemblyProperty Object  | AssemblyProperty Members

Send comments on this topic.