ScriptParameterCollection Class TIBCO Spotfire 6.0 API Reference
Represents the parameters that a script expects when it executes. These are the formal parameters of the script.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Scripting ScriptParameterCollection

Namespace: Spotfire.Dxp.Application.Scripting
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[ImmutableAttribute]
[NotPersistedAttribute]
[FriendVisibleAttribute(true)]
public sealed class ScriptParameterCollection : ISerializable, 
	IEnumerable<ScriptParameter>, IEnumerable
See Also