Description

Returns the export clipboard formats for the the object type.
Returns the export clipboard formats for the the object type.

Return Type

A Boolean value.   A Variant (Array of Long) with ClipboardFormats that can be exported in NodeClipboardDatas.
Failure Returns Empty..

Failure conditions:
Implementation defined.

Syntax

object.NodeClipboardFormats (sDisplayName, pOverridden, pdatanodesCaller, plNodesLeft, pdbnode, pvalFormats)

The NodeClipboardFormats 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.
pvalFormatsRequired. A Variant value.

Remarks

When the optional vData is supplied just the formats for that instance of the object are returned. When vData is Not supplied all possible formats are returned.