MPLATFORMLib Namespace > IMAttributes Interface : AttributesSet Method |
Sub AttributesSet( _ ByVal _pAttributesList As IMAttributes, _ ByVal _eUpdateType As eMUpdateType _ )
void AttributesSet( IMAttributes _pAttributesList, eMUpdateType _eUpdateType )
procedure AttributesSet( _pAttributesList: IMAttributes; _eUpdateType: eMUpdateType );
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;