2024 Method
Changes 0
M

ModelPathUtils.ConvertUserVisiblePathToModelPath

Description:
Converts a user-visible path (string) to a ModelPath.
Remarks:
The path may be a server or file path.
public static ModelPath ConvertUserVisiblePathToModelPath(
	string strPath
)
  • String
    strPath
    The path in string form, like RSN://{HostNodeName}/school/project.rvt
Return Value ModelPath A ModelPath representing either a server or file path.