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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AbsoluteDocumentPath 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