MPLATFORMLib Namespace > MWriterClass Class : AttributesSet Method |
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 )
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;