Reverses the direction of the projected curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Reverse As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IProjectionCurveFeatureData
Dim value As Boolean
instance.Reverse = value
value = instance.Reverse
|
C# | |
---|
bool Reverse {get; set;} |
C++/CLI | |
---|
property bool Reverse {
bool get();
void set (bool value);
} |
Return Value
True to reverse the direction of this projected curve, false to not
Example
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0