AttributesSet Method (MWriterClass)
list of attributes
type of update
Sets multiple attributes.
Syntax
Public Overridable Sub AttributesSet( _
   ByVal _pAttributesList As IMAttributes, _
   ByVal _eUpdateType As eMUpdateType _
) 
public virtual void AttributesSet( 
   IMAttributes _pAttributesList,
   eMUpdateType _eUpdateType
)
public procedure AttributesSet( 
    _pAttributesList: IMAttributes;
    _eUpdateType: eMUpdateType
); virtual; 
public: virtual void AttributesSet( 
   IMAttributes* _pAttributesList,
   eMUpdateType _eUpdateType
) 

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

MWriterClass Class
MWriterClass Members