ImageFromUrlRendererSettings UrlTemplate Property TIBCO Spotfire 6.0 API Reference
Gets or sets the Url template.

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

public string UrlTemplate { get; set; }

Property Value

Type: String
The Url template.
Remarks

The Url template is a string, where "{$}" (without quotes) will be replaced by a data value, "{$width}" and "{$height}" will be replaced by the width and height of the requested image.
See Also