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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxAbsoluteDocumentPath GetDocumentPathForProjectItem(
IProjectItem item
)
Parameters
- item IProjectItem
- The item.
Return Value
AbsoluteDocumentPathThe document part for the project item, deduces from its type and its name.
Exceptions
See Also