Click or drag to resize

GeoStreamRendererRequiredRendermodes Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the stage when the custom renderer draws on tiles.

Namespace:  Telogis.GeoBase.GeoStream.Server
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual RenderMode RequiredRendermodes { get; }

Property Value

Type: RenderMode

Implements

IMapRendererRequiredRendermodes
Remarks
By default, custom renderers draw in the postlabelling stage.
See Also