PoiRendererVisible Field | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether this Renderer is visible.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Visible As Boolean
Field Value
Type:
BooleanRemarks If
true this renderer will draw itself and register clicks (see
HitTest(Int32, Int32, IMap)), if
false it will not
draw or register clicks. Defaults to
true.
See Also