Gets the reverse offset direction setting for the end condition of this surface extrude feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetReverseOffset( _
ByVal Fwd As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurfExtrudeFeatureData
Dim Fwd As System.Boolean
Dim value As System.Boolean
value = instance.GetReverseOffset(Fwd) |
C# | |
---|
System.bool GetReverseOffset(
System.bool Fwd
) |
C++/CLI | |
---|
System.bool GetReverseOffset(
& System.bool Fwd
) |
Parameters
- Fwd
True gets the reverse offset setting in the forward direction, false gets it in the reverse direction
Return Value
True if the reverse offset setting is enabled, false if it is disabled
Remarks
See Also
Availability
SolidWorks 2001Plus SP1, Revision Number 10.1