siNodePortDataInsertionLocation Enum


Enumerations

enum   siNodePortDataInsertionLocation {
  siNodePortDataInsertionLocationBegining = 0,
  siNodePortDataInsertionLocationEnd = 1,
  siNodePortDataInsertionLocationBefore = 2,
  siNodePortDataInsertionLocationAfter = 3
}

Detailed Description

Specifies the relative location where new node ports will be added.
See also:
AddPortToICENode

Enumeration Type Documentation

enum siNodePortDataInsertionLocation

Enumerator:
siNodePortDataInsertionLocationBegining  [0] Insert the new port as the first in the port group instances.
siNodePortDataInsertionLocationEnd  [1] Insert the new port as the last in the port group instances.
siNodePortDataInsertionLocationBefore  [2] Insert the new port just before the specified one.
siNodePortDataInsertionLocationAfter  [3] Insert the new port just after the specified one.