Dted files priority access using 3D Scene View

2260
0
06-02-2016 07:52 PM
VincentOng
New Contributor

Hi all,

I have added a collection of dted files as shown below a code snippets:

FilenameCollection collection = FilenameCollection();

collection.Add(@"..\..\samples\DTED\e234.dt1");

collection.Add(@"..\..\samples\DTED\e234.dt2");

The question is how does the MyLocalElevationSource.GetElevationAsync(e.Location);

picks and return the elevation value?

2 files and how the GetElevationAsync function chooses which file to return the value?

0 Kudos
0 Replies