Gets the end condition of this surface extrude feature for the forward or reverse direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEndCondition( _
ByVal Forward As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISurfExtrudeFeatureData
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 gets the end condition in the forward direction, false gets it in the reverse direction
Return Value
End condition as defined in swSurfaceExtendEndCond_e
Remarks
See Also
Availability
SolidWorks 2001Plus SP1, Revision Number 10.1