Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
FlatPillowFactor property 
 
Type
[Visual Basic] 
Public Property FlatPillowFactor As Ctl3d.Grades 
 
[C#] 
public Ctl3d.Grades FlatPillowFactor {get; set;} 
 
[C++] 
public: __property Ctl3d.Grades get_FlatPillowFactor(); 
public: __property void set_FlatPillowFactor(Ctl3d.Grades);
 
 
Remarks
The factor applied to the flat pillow surface set through the Surface property. This property applies only if the Surface property value is set to Surfaces.FlatPillow (Flat pillow). 
Supported values are the following: 
Enumerated value
Value
Meaning
Grades.VeryLow
0 (default)
Very low 
SpecialEffectsFactors.Low
1
Low
SpecialEffectsFactors.Medium
2
Medium 
SpecialEffectsFactors.High
3
High
SpecialEffectsFactors.VeryHigh
4
Very high 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index