'Usage Dim instance As Appearance Dim obj As Object Dim value As Boolean value = instance.Merge(obj)
Parameters
- obj
- Object whose appearance settings are merged with the current object
Return Value
Boolean: true if successful; false otherwise
'Usage Dim instance As Appearance Dim obj As Object Dim value As Boolean value = instance.Merge(obj)
Each appearance setting is copied from the specified object to the current object only if the setting is not defined in the current object.
If you want the option to force the settings to be merged, even if the setting is defined in the current object, use the Merge(Object,Boolean) method.