Gets the end conditions for linear dimensions that end on an arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetArcEndCondition( _
ByVal Index As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim Index As Integer
Dim value As Integer
value = instance.GetArcEndCondition(Index)
|
C# | |
---|
int GetArcEndCondition(
int Index
) |
C++/CLI | |
---|
int GetArcEndCondition(
& int Index
) |
Parameters
- Index
Index of the endpoint to get the end condition from; 1 is the first endpoint, 2 is the second endpoint
Return Value
End condition as defined in swArcEndCondition_e
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207