GridFileDatumShift.FileName Property
Gets the name of the grid file.
Syntax
public System.String FileName { get; }
Property Value
Default: ""
The name of the grid file.
Remarks
The name of the grid file. The wildcards * and ? are allowed in the FileName, where * will match any sequence of zero or more characters, and ? will match any single character.
If the wildcards are used, the order of the matching files is not specified, so they will not necessarily appear in alphabetical order, say. If you need to specify a particular order of use for the grid files, you should make a sequence of GridFileDatumShift instances, where each one uses only one file, and use the sequence as a FallbackDatumShift.Alternatives.
Platforms
Windows, Linux, Android