PushPinIcon Property | |
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
Syntax public int Icon { get; set; }
Public Property Icon As Integer
Get
Set
Property Value
Type:
Int32Examples PushPin aYellowPin = new PushPin(new LatLon(34, -118));
aYellowPin.Icon = 10;
See Also