Description Exports a McDBNode (usually) to an application.
-
Return Type
-
A Boolean value.
-
Syntax
-
object.NodeExport (sDisplayName, pOverridden, pdatanodesCaller, plNodesLeft, pdbnode, sFileFolderPath, bVisible, pUnknown)
The NodeExport 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. | | sFileFolderPath | Required. A String value. | | bVisible | Required. A Boolean value. | | pUnknown | Required. An IUnknown object. | Remarks
Functionally is simular to the NodeOpen except that NodeOpen provides the default
'open' logic and possibly returns a COM reference to the created Object. Normally,
information in the McDBNode will be sent to an application. Please use the
NodeSaveFile() file extensions to allow 'SaveAs' export file.
|