| 
            
              ShellSec_LocalAxesRendererRender Method 
             | 
          
        
         
            Render a state within some given info.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Render(
	ShellSectionState state,
	ShellSec_RendererInfo arg
)
Public Sub Render ( 
	state As ShellSectionState,
	arg As ShellSec_RendererInfo
)
public:
virtual void Render(
	ShellSectionState^ state, 
	ShellSec_RendererInfo^ arg
) sealed
abstract Render : 
        state : ShellSectionState * 
        arg : ShellSec_RendererInfo -> unit 
override Render : 
        state : ShellSectionState * 
        arg : ShellSec_RendererInfo -> unit Parameters
- state
 - Type: Karamba.Results.ShellSectionShellSectionState
State to render. - arg
 - Type: Karamba.Results.ShellSectionShellSec_RendererInfo
[Missing <param name="arg"/> documentation for "M:Karamba.Results.ShellSection.ShellSec_LocalAxesRenderer.Render(Karamba.Results.ShellSection.ShellSectionState,Karamba.Results.ShellSection.ShellSec_RendererInfo)"]
 
Implements
IRendererRender(ShellSectionState, ShellSec_RendererInfo)
See Also