ICENodePort.Parameters

Description

Returns a ParameterCollection object containing all the Parameters defined for this port. For instance, calling ICENodePort.Parameters on a port of type siICENodeDataVector3 returns a collection of 3 parameters: x, y, z. These parameters can then be used for setting keys.

C# Syntax

// get accessor
ParameterCollection rtn = ICENodePort.Parameters;