Flips the picture, in its same position, either side to side or top to bottom.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Flip( _
ByVal SideToSide As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim SideToSide As System.Boolean
Dim value As System.Boolean
value = instance.Flip(SideToSide) |
C++/CLI | |
---|
System.bool Flip(
& System.bool SideToSide
) |
Parameters
- SideToSide
- True to flip the picture side to side, false to flip the picture top to bottom (see Remarks)
Return Value
True if the picture is flipped, false if not
Example
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0