IDMNode.OnCreate

This function is called when the node is created. IsNewNode is true when this is a new node added to a project, and false when it's already been added and initialized, such as on creation while opening a saved project.

Syntax Parameters Return Value
Sub IDMNode.OnCreate( _
    IsNewNode As Boolean, _
    pDataMiner As IDMNodeHelper, _
    pThisNode As DataMinerNode)
  • IsNewNode [in]

Type: Boolean

  • pDataMiner [in]

Type: IDMNodeHelper

  • pThisNode [in]

Type: DataMinerNode

This function does not return a value.