Share

ModelPathUtils.ConvertModelPathToUserVisiblePath Method

Gets a string version of the path of a given ModelPath.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static string ConvertModelPathToUserVisiblePath(
	ModelPath path
)

Parameters

path  ModelPath
A ModelPath representing a file path or a server path.

Return Value

String
The path in string form

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?