Description

Modifies the given McDBNode's content from an external source of data.

Return Type

A Boolean value.   A Boolean with value True (-1) when successful.
Failure Returns False.

Failure conditions:
* Implementation defined.

Syntax

object.NodeImport (sDisplayName, pOverridden, pdbnodeImport, vSourceContext)

The NodeImport Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataHandler.
sDisplayNameRequired. A String value.
pOverriddenRequired. An IUnknown object.
pdbnodeImportRequired. A McDBNode object. The McDBNode to be modified by this command.
vSourceContextRequired. A Variant value. Implementation specific data to support the source context and configuration of the Import command.