Gets or sets whether or not to reverse direction while merging results.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseDirection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFillSurfaceFeatureData
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 while merging results, false to not
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0