Enables or disables the between two points symbol and its texts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetBetweenTwoPoints( _
ByVal Between As Boolean, _
ByVal TextFrom As String, _
ByVal TextTo As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Between As Boolean
Dim TextFrom As String
Dim TextTo As String
instance.SetBetweenTwoPoints(Between, TextFrom, TextTo)
|
Parameters
- Between
- True to enable the between two points symbol, or false to disable it
- TextFrom
- Text on the left end of the symbol
- TextTo
- Text on the right end of the symbol
Remarks
See Also