siNodePortDataInsertionLocation
Introduced
7.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 |
|
0 |
Insert the new port as the first in the port group instances. |
|
|
1 |
Insert the new port as the last in the port group instances. |
|
|
2 |
Insert the new port just before the specified one. |
|
|
3 |
Insert the new port just after the specified one. |
Applies To
Autodesk Softimage v7.5