Class Rotation
  
  
  
  
    Inheritance
    System.Object
    Rotation
   
  
  
  Assembly: IronPPT.dll
  Syntax
  
    public class Rotation : Object, IRotation
   
  Constructors
  
  
  
  
  Rotation()
  
  
  Declaration
  
  Properties
  
  
  
  
  Value
  
  
  Declaration
  
    public double Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  Methods
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Operators
  
  
  
  
  Implicit(Double to Rotation)
  
  
  Declaration
  
    public static implicit operator Rotation(double value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Double | value |  | 
    
  
  Returns
  
  Implements