It appears that $(dev([ProjectWisePath])) resolves to pw:\\[ServerName]:[Datasource]\Documents\, so $(dir([ProjectWisePath])) provides exactly what we need to construct a version of the ProjectWise path that will satisfy GEOPAK. I was able to use pw:$(dir($(DMS_PROJECT(_DGNDIR)))) to construct a path to the root of the ProjectWise Project in the format that GEOPAK can use.
↧