PropertySet

The PropertySet section defines the return type and interface parameters. It consists of a sequence of parameter definitions:

PropertySet "my_property_set"
{
   Parameter "result" output
   {
       ...
   }
   Parameter "param1" input
   {
       ...
   }
   ...
}

The input and output specifiers determine whether the Parameter block defines an interface parameter (input) or a return value (output).

For more information about the PropertySet section’s parameters, see the Parameter section.



Autodesk Softimage v7.5