ToleranceShapeTrySetText Method |
Set a string representing the content of geometric tolerance. The return value indicates whether the string conversion succeeded or failed.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool TrySetText(
string text
)
Public MustOverride Function TrySetText (
text As String
) As Boolean
Parameters
- text
- Type: SystemString
String representing the content of geometric tolerance.
Return Value
Type:
Boolean true if the string was successfully converted. False if it fails.
See Also