Introduced
4.0
Description
Controls whether the parameter is inspectable or not. Calling this method with false is identical to setting the siNotInspectable capability flag (see Parameter.SetCapabilityFlag). A parameter on a CustomProperty or an FXTree node that is non-inspectable will not be shown in the Property Page or in the Scene Explorer; however, it is still accessible to scripting (see ProjectItem.Parameters). By creating hidden parameters on a CustomProperty or custom Operator, a plug-in can save private state information inside a scene.
An alternative way to exclude a parameter from a Property Page is to not include it in the PPGLayout.
C# Syntax
Parameter.Show( Boolean in_bShow );
Return Value
See Also
Examples
• See Parameter.Show.1.vbs
Autodesk Softimage 2011