DatumShiftInfo.Path Property
Gets the path to a directory containing one or more grid shift files (NTv2 or CTable).
Syntax
public System.String Path { get; }
Property Value
Default: ""
The path to the directory containing the grid shift file(s).
Remarks
The Path is empty if the corresponding datum shift is not a GridFileDatumShift.
Since this property duplicates the GridFileDatumShift.Path, is it not useful when you construct a DatumShiftInfo manually in Carmenta Studio.
However, it is useful if a DatumShiftInfo has been generated by one of the methods
GeodeticDatum.AlternativeDatumShifts(gridFileRootPath)
GeodeticDatum.AlternativeDatumShiftsForArea(areaOfUseName, gridFileRootPath)
GeodeticDatum.AlternativeDatumShiftsForArea(areaOfUseBounds, gridFileRootPath)
since you then have only the DatumShiftInfo, and need to construct the GridFileDatumShift from it. Note that this construction will throw an exception if the required grid file is not found under the path, so you should first check the FileStatus.
The Path will be the same as the gridFileRootPath argument.
Platforms
Windows, Linux, Android