Solid Edge FrameworkSupport Type Library
PointInsideBox Method
X coordinate of the point to verify.
Y coordinate of the point to verify.
Z coordinate of the point to verify.
Description
Returns True if the specified point lies inside the referenced TextBox object.
Syntax
Visual Basic
Public Function PointInsideBox( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) As Boolean
Parameters
x
X coordinate of the point to verify.
y
Y coordinate of the point to verify.
z
Z coordinate of the point to verify.
See Also

TextEdit Object  | TextEdit Members

Send comments on this topic.