| Metodo QsHelperDrawingGetTextBoxOnRightSide |
Useful for sketched symbols representing table.
Return the best match for textBox representing the cell
on the right side of the input textBox
Namespace: InvNetLib.FutureLibraryAssembly: InvNetLib (in InvNetLib.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static TextBox GetTextBoxOnRightSide(
TextBox tbIn,
double tolerance = 0,1
)
Parametri
- tbIn TextBox
- Input textBox
- tolerance Double (Optional)
[Manca <param nome="tolerance"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperDrawing.GetTextBoxOnRightSide(Inventor.TextBox,System.Double)"]
Valore di ritorno
TextBoxThe textBox candidate for beeing the cell on the right side of tbIn
Vedi anche