Description Updates the icons of the McDBNode returned by ObjectToJournal McDBNode and Source Database McDBNode from a live COM object.
-
Return Type
-
A Boolean value. A Function with value VBA.True (-1) for Success Failure Returns False (0). Failure conditions: * Handler does Not exist for mcdatSC_Object and mcdatnc_AddObject and COM object. * ObjectToJournal returned no McDBNode. * Implementation specific
-
Syntax
-
object.ObjectUpdateThumbnail (pUnknown, [vThumbnailSettings], [sDisplayName], [bDoNotUpdateSourceDatabase])
The ObjectUpdateThumbnail Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | pUnknown | Required. An IUnknown object. The live object that contains the data to produce the thumbnail | | vThumbnailSettings | Optional. A Variant value. Handler specific data that may be used to configure the Thumbnail creation operation. | | sDisplayName | Optional. A String value. Handler specific command variant. | | bDoNotUpdateSourceDatabase | Optional. A Boolean value. When False, the Thumbnails in the the database for which the object was loaded is also updated. |
|