Revit 2025 API
Model |
Gets a string version of the path of a given ModelPath.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static string ConvertModelPathToUserVisiblePath( ModelPath path )
Public Shared Function ConvertModelPathToUserVisiblePath ( path As ModelPath ) As String
public: static String^ ConvertModelPathToUserVisiblePath( ModelPath^ path )
static member ConvertModelPathToUserVisiblePath : path : ModelPath -> string
Parameters
- path ModelPath
- A ModelPath representing a file path or a server path.
Return Value
StringThe path in string form

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also