| 
            
              ShellSec_RendererInfoScaleResults Property 
             | 
          
        
         
            Gets or sets the scale factors used to render result based geometries.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Dictionary<ShellSecResult, double> ScaleResults { get; set; }Public Property ScaleResults As Dictionary(Of ShellSecResult, Double)
	Get
	Set
public:
property Dictionary<ShellSecResult, double>^ ScaleResults {
	Dictionary<ShellSecResult, double>^ get ();
	void set (Dictionary<ShellSecResult, double>^ value);
}member ScaleResults : Dictionary<ShellSecResult, float> with get, set
Property Value
Type: 
DictionaryShellSecResult, 
Double
See Also