Gets or sets whether to flip a flat-pattern view of a sheet metal part.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property FlipView As System.Boolean | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim value As System.Boolean
 
instance.FlipView = value
 
value = instance.FlipView | 
| C# |  | 
|---|
| System.bool FlipView {get; set;} | 
| C++/CLI |  | 
|---|
| property System.bool FlipView {
   System.bool get();
   void set ( &   System.bool value);
} | 
Property Value
True to flip the flat-pattern view, false to not
Example
            
            
            
            See Also
 
            Availability
SOLIDWORKS 2007 SP5, Revision Number 15.5