Gets the type of end condition of this extrusion feature for forward or reverse direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEndCondition( _
ByVal Forward As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData2
Dim Forward As Boolean
Dim value As Integer
value = instance.GetEndCondition(Forward)
|
C# | |
---|
int GetEndCondition(
bool Forward
) |
C++/CLI | |
---|
int GetEndCondition(
& bool Forward
) |
Parameters
- Forward
- True for forward direction, false for reverse
Return Value
End condition type as defined in
swEndConditions_e
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0