Enables or disables the between two points symbol and its texts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetBetweenTwoPoints( _
ByVal Between As System.Boolean, _
ByVal TextFrom As System.String, _
ByVal TextTo As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IGtol
Dim Between As System.Boolean
Dim TextFrom As System.String
Dim TextTo As System.String
instance.SetBetweenTwoPoints(Between, TextFrom, TextTo) |
C++/CLI | |
---|
void SetBetweenTwoPoints(
& System.bool Between,
& System.String^ TextFrom,
& System.String^ 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