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 Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim SideToSide As Boolean
Dim value As Boolean
value = instance.Flip(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