Gets and sets the damping type.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property DampingType As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICWDampingOptions
Dim value As System.Integer
 
instance.DampingType = value
 
value = instance.DampingType | 
| C# |  | 
|---|
| System.int DampingType {get; set;} | 
| C++/CLI |  | 
|---|
| property System.int DampingType {
   System.int get();
   void set ( &   System.int value);
} | 
Property Value
Damping type as defined in 
swsDampingType_eExample
 
            
            Remarks
            
            
            See Also
 
            Availability
SOLIDWORKS Simulation API 2012 SP0