Gets or sets the ratio of the average element size for element layer (i) to that of
layer (i-1) for the mesh control.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property Ratio As System.Double | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICWMeshControl
Dim value As System.Double
 
instance.Ratio = value
 
value = instance.Ratio | 
| C# |  | 
|---|
| System.double Ratio {get; set;} | 
| C++/CLI |  | 
|---|
| property System.double Ratio {
   System.double get();
   void set ( &   System.double value);
} | 
Property Value
Ratio of the average element size for element layer (i) to that of layer (i-1)
See Also
 
            Availability
SOLIDWORKS Simulation API 2008 SP1.0