Gets the location of this break line in the drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPosition( _
ByVal Index As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBreakLine
Dim Index As Integer
Dim value As Double
value = instance.GetPosition(Index)
|
C# | |
---|
double GetPosition(
int Index
) |
C++/CLI | |
---|
double GetPosition(
& int Index
) |
Parameters
- Index
Break line to work with (0 or 1)
Return Value
Location of the break line (see Remarks)
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision NUmber 11.0