ExportResultTryGetPart Method

TIBCO Spotfire 11.4 API Reference
Tries to get the part with the specified path.

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

C#
public bool TryGetPart(
	string relativePath,
	out ExportResultPart value
)

Parameters

relativePath
Type: SystemString
The relative path of the part to get.
value
Type: Spotfire.Dxp.Application.ToolsExportResultPart
If the part could be find

Return Value

Type: Boolean
True if the part could be found; otherwise False.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference