DVTk API
GetRelativePath Method (projectPath, filePath)
DVTkDvtkApplicationLayerProjectGetRelativePath(String, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Converts the absolute path to relative path of session file.
Declaration Syntax
C#Visual BasicVisual C++
public string GetRelativePath(
	string projectPath,
	string filePath
)
Public Function GetRelativePath ( _
	projectPath As String, _
	filePath As String _
) As String
public:
String^ GetRelativePath(
	String^ projectPath, 
	String^ filePath
)
Parameters
projectPath (String)
The project file path
filePath (String)
The project file path
Return Value
The relative path of session file.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0