AttributesSet Method (IMElement)
list of attributes
type of update
Sets multiple attributes.
Syntax

Parameters

_pAttributesList
list of attributes
_eUpdateType
type of update
Example
Dim myNewAttributes As IMAttributes
myNewAttributes.AttributesSet(myOldAttributes, eMpdateType.eMUT_AddNew)
IMAttributes myNewAttributes;
myNewAttributes.AttributesSet(myOldAttributes, eMpdateType.eMUT_AddNew);
var
myNewAttributes: IMAttributes;
begin
myNewAttributes.AttributesSet(myOldAttributes, eMUT_AddNew);
end;
See Also

Reference

IMElement Interface
IMElement Members