Click or drag to resize

IProjectGetDocumentPathForProjectItem Method

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

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
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