Sets the end conditions for linear dimensions that end on an arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetArcEndCondition( _
ByVal Index As Integer, _
ByVal Condition As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim Index As Integer
Dim Condition As Integer
Dim value As Integer
value = instance.SetArcEndCondition(Index, Condition)
|
Parameters
- Index
Index of the endpoint on which to set the end condition; 1 is the first endpoint, 2 is the second endpoint
- Condition
End condition as defined in swArcEndCondition_e
Return Value
Indicates the success or failure of this method:
0 |
Command was successful; the arc end condition was set |
-1 |
Command failed for an unknown reason; the arc end condition was not set |
-2 |
Index argument is invalid |
-3 |
Condition argument is invalid |
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207