AttributesMultipleSet Method (IMElement)
list of attributes with their values
type of update
Sets values to collection of attributes.
Syntax
Sub AttributesMultipleSet( _
   ByVal _bsAttributesList As String, _
   ByVal _eUpdateType As eMUpdateType _
) 
void AttributesMultipleSet( 
   string _bsAttributesList,
   eMUpdateType _eUpdateType
)
procedure AttributesMultipleSet( 
    _bsAttributesList: String;
    _eUpdateType: eMUpdateType
); 
void AttributesMultipleSet( 
   BSTR* _bsAttributesList,
   eMUpdateType _eUpdateType
) 

Parameters

_bsAttributesList
list of attributes with their values
_eUpdateType
type of update
Example
myAttributes.AttributesMultipleSet("x=0.5 y=0.3", eMUpdateType.eMUT_Update)
myAttributes.AttributesMultipleSet("x=0.5 y=0.3", eMUpdateType.eMUT_Update);
myAttributes.AttributesMultipleSet('x=0.5 y=0.3', eMUT_Update);
See Also

Reference

IMElement Interface
IMElement Members