ToolContextAttribute Class TIBCO Spotfire 6.0 API Reference
Use this attribute to mark a class in order to enable tools to use it as their context.
Inheritance Hierarchy

System Object
  System Attribute
    Spotfire.Dxp.Application.Tools ToolContextAttribute

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

[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class ToolContextAttribute : Attribute
See Also