Click or drag to resize

ProjectBaseGetDocumentPathForProjectItem Method

Gets the document path for project item, using its type and name. It is not neccessary that the item is part of the project yet.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AbsoluteDocumentPath GetDocumentPathForProjectItem(
	IProjectItem item
)

Parameters

item  IProjectItem
The item.

Return Value

AbsoluteDocumentPath
The document part for the project item, deduces from its type and its name.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem
See Also