EmbeddedResource Class TIBCO Spotfire 6.0 API Reference
Represents an resource that is embedded in the DXP file.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.Persistence EmbeddedResource

Namespace: Spotfire.Dxp.Framework.Persistence
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class EmbeddedResource : ISerializable
Remarks

Use and serialize an instance of this object to store data in the DXP file when the analysis is saved.
See Also