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:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
sDisplayNameRequired. A String value.
pOverriddenRequired. An IUnknown object.
pdatanodesCallerRequired. A McDataNodes object.
plNodesLeftRequired. A Long value.
pdbnodeRequired. A McDBNode object.
lClipFormatRequired. A Long value.
lScaleToWidthPixelsRequired. A Long value.
lScaleToHeightPixelsRequired. A Long value.
vContentParmRequired. A Variant value.
pvDataRequired. 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.