PoiRendererVisible Field | ![Verizon Connect Logo](../icons/logo.jpg) |
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
SyntaxPublic Visible As Boolean
Field Value
Type:
Boolean
RemarksIf
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