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) |
Type: Boolean Type: IDMNodeHelper Type: DataMinerNode |
This function does not return a value. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.