I have an ISurface object and wish to pull out several elevations with one call; instead of using the GetElevation(IPoint) method.
The ISurface is representing a dem with 30m cell size.
Is there an ISurface method that pulls out several elevations with one call?
Is there another way of pulling elevations from a dem? A query?