Gets the text used in the between two points symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBetweenTwoPointsText( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Index As Integer
Dim value As String
value = instance.GetBetweenTwoPointsText(Index)
|
C# | |
---|
string GetBetweenTwoPointsText(
int Index
) |
C++/CLI | |
---|
String^ GetBetweenTwoPointsText(
& int Index
) |
Parameters
- Index
0 for the text on the left end of the symbol, 1 for the text on the right end of the symbol
Return Value
Symbol text
Remarks
See Also
Availability
SolidWorks 98Plus, datecode 1998319