TdxMapControlGeoPointCollection.AddRange(TdxMapControlGeoPoints) Method
Adds specified geographical points to the collection.
Declaration
procedure AddRange(AGeoPoints: TdxMapControlGeoPoints);
Parameters
Name | Type | Description |
---|---|---|
AGeoPoints | TdxMapControlGeoPoints | An array of geographical points. |
See Also