Description Returns the clipboard data from a McDBNode.
-
Return Type
-
A Boolean value. A Variant with appropriate value for the given format. Failure Returns Empty.. Failure conditions: Implementation defined.
-
Syntax
-
object.NodeClipboardData (sDisplayName, pOverridden, pdatanodesCaller, plNodesLeft, pdbnode, lClipFormat, lScaleToWidthPixels, lScaleToHeightPixels, vContentParm, pvData)
The NodeClipboardData Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | pdatanodesCaller | Required. A McDataNodes object. | | plNodesLeft | Required. A Long value. | | pdbnode | Required. A McDBNode object. | | lClipFormat | Required. A Long value. | | lScaleToWidthPixels | Required. A Long value. | | lScaleToHeightPixels | Required. A Long value. | | vContentParm | Required. A Variant value. | | pvData | Required. A Variant value. | Remarks When a lScaleTo* is specified without it's complement -- the complemented parameter will assume the value
to maintain the original content. The actual resolution will be changed by this parameter.
When lScaleTo* is Not specified the full content will be exported.
|