The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



LandmarkData


Unit:SDL_geomap
Class:TGeoMap
Declaration:property LandMarkData[i: integer]: TLandMark;

The array property LandmarkData contains the data of all landmarks. The index i of LandmarkData may be in the range of 1 to NumLandMarks. The property LandmarkData returns a record of type TLandmark.

Hint: The index of the landmarks will be changed when executing the method RemoveLandMark. Thus you must not rely on fixed landmark indices in your program.



Last Update: 2023-Dec-13