siNodePortDataInsertionLocation
 
 
 

siNodePortDataInsertionLocation

Introduced

v7.0

Description

Specifies the relative location where new node ports will be added.

C# Syntax

siNodePortDataInsertionLocation.siNodePortDataInsertionLocationBegining     // 0
siNodePortDataInsertionLocation.siNodePortDataInsertionLocationEnd          // 1
siNodePortDataInsertionLocation.siNodePortDataInsertionLocationBefore       // 2
siNodePortDataInsertionLocation.siNodePortDataInsertionLocationAfter        // 3
Constant Value Description
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.

Applies To

AddPortToICENode