ProjectBaseGetRootPathForProjectItemType Method |
Gets the root path for a given project item type.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AbsoluteDocumentPath GetRootPathForProjectItemType(
Type type
)
Parameters
- type Type
- The type of project item.
Return Value
AbsoluteDocumentPathThe root path of this type of item.
See Also