CustomPanelViewTGetEmbeddedResource Method TIBCO Spotfire 7.9 API Reference
Gets the embedded resource specified by the name.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
protected static byte[] GetEmbeddedResource(
	string resourceName
)

Parameters

resourceName
Type: SystemString
Name of the resource.

Return Value

Type: Byte
The resource bytes, or null.
Version Information

Supported in: 7.9, 7.8, 7.7
See Also

Reference