Click or drag to resize

ProjectBaseGetRootPathForProjectItemType Method

Gets the root path for a given project item type.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AbsoluteDocumentPath GetRootPathForProjectItemType(
	Type type
)

Parameters

type  Type
The type of project item.

Return Value

AbsoluteDocumentPath
The root path of this type of item.
See Also