Gets or sets whether to make this helix feature extend backward from the point of origin.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseDirection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IHelixFeatureData
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 extend backward from the point of origin, false to not
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0