Click or drag to resize

ImageStreamProviderFindGraphWithUrl Method

Finds the graph with the given Url, trying to find it in GraphCollection and Graph3DCollection, and using different variants (decoded / not decoded, with slashes or with backslashes). If the Url starts with two slashes, the path will be considered to be an absolute path in the Altaxo project, else it will be considered relative to the current location of the markdown document.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static GraphDocumentBase? FindGraphWithUrl(
	string url,
	string AltaxoFolderLocation
)

Parameters

url  String
The original URL.
AltaxoFolderLocation  String
The Altaxo folder where the document which includes this Graph in located in.

Return Value

GraphDocumentBase
Either the found graph (2D or 3D), or null if no graph was found.
See Also