PushPinIcon Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the Icon number. See
IconCache for details.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic int Icon { get; set; }
Public Property Icon As Integer
Get
Set
Property Value
Type:
Int32
ExamplesPushPin aYellowPin = new PushPin(new LatLon(34, -118));
aYellowPin.Icon = 10;
See Also