Click or drag to resize

PoiRendererVisible Field

Verizon Connect Logo
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 bool Visible

Field Value

Type: Boolean
Remarks
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