Gets whether the extrusion feature is drafted outward in the forward or reverse direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDraftOutward( _
ByVal Forward As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData2
Dim Forward As System.Boolean
Dim value As System.Boolean
value = instance.GetDraftOutward(Forward) |
C# | |
---|
System.bool GetDraftOutward(
System.bool Forward
) |
C++/CLI | |
---|
System.bool GetDraftOutward(
& System.bool Forward
) |
Parameters
- Forward
- True for forward direction, false for reverse
Return Value
True if feature is drafted outward, false if not
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0