Gets or sets whether or not to reverse the direction of the wrap feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseDirection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IWrapSketchFeatureData
Dim value As Boolean
instance.ReverseDirection = value
value = instance.ReverseDirection
|
C# | |
---|
bool ReverseDirection {get; set;} |
C++/CLI | |
---|
property bool ReverseDirection {
bool get();
void set (bool value);
} |
Return Value
TRUE to reverse direction, FALSE to not
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0