Gets or sets whether the direction of the revolution feature should be reversed.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property ReverseDirection As System.Boolean | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IRevolveFeatureData2
Dim value As System.Boolean
 
instance.ReverseDirection = value
 
value = instance.ReverseDirection | 
| C# |  | 
|---|
| System.bool ReverseDirection {get; set;} | 
| C++/CLI |  | 
|---|
| property System.bool ReverseDirection {
   System.bool get();
   void set ( &   System.bool value);
} | 
Property Value
True if the direction of the revolution feature is reversed, false if not
See Also
 
            Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0