Sets the end conditions for linear dimensions that end on an arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetArcEndCondition( _
ByVal Index As System.Integer, _
ByVal Condition As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim Index As System.Integer
Dim Condition As System.Integer
Dim value As System.Integer
value = instance.SetArcEndCondition(Index, Condition) |
C# | |
---|
System.int SetArcEndCondition(
System.int Index,
System.int Condition
) |
C++/CLI | |
---|
System.int SetArcEndCondition(
& System.int Index,
& System.int 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