CustomVisualViewTGetEmbeddedResource Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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.6, 7.5
See Also

Reference