Skybound Rebar

RebarBand.GetRenderer Method 

Gets an instance of RebarBandRenderer that can be used to render this band.

[Visual Basic]
Public Function GetRenderer() As RebarBandRenderer
[C#]
public RebarBandRenderer GetRenderer();

Return Value

An instance of RebarBandRenderer with values initialized based on the current band.

Remarks

Use this method to create a renderer that can be used to draw or measure elements of the current band. It is unlikely that this method will be invoked by your code because the DrawBandEventArgs already provides a renderer for you when you handle the DrawBand event.

See Also

RebarBand Class | Skybound.Rebar Namespace