Solid Edge FrameworkSupport Type Library
GetTextAtIndex Method
Specifies the index of the text for which you want information. The index begins at zero.
Specifies the text.
Coordinates of the origin of the text.
Coordinates of the origin of the text.
Coordinates of the origin of the text.
Coordinates of the origin of the x-direction vector of the text string.
Coordinates of the origin of the x-direction vector of the text string.
Coordinates of the origin of the x-direction vector of the text string.
Coordinates of the origin of the normal vector of the text string.
Coordinates of the origin of the normal vector of the text string.
Coordinates of the origin of the normal vector of the text string.
Description
This method returns information for the specified text.
Syntax
Visual Basic
Public Sub GetTextAtIndex( _
   ByVal Index As Long, _
   ByRef TextString As String, _
   ByRef OriginX As Double, _
   ByRef OriginY As Double, _
   ByRef OriginZ As Double, _
   ByRef X_DirX As Double, _
   ByRef X_DirY As Double, _
   ByRef X_DirZ As Double, _
   ByRef Z_DirX As Double, _
   ByRef Z_DirY As Double, _
   ByRef Z_DirZ As Double _
) 
Parameters
Index
Specifies the index of the text for which you want information. The index begins at zero.
TextString
Specifies the text.
OriginX
Coordinates of the origin of the text.
OriginY
Coordinates of the origin of the text.
OriginZ
Coordinates of the origin of the text.
X_DirX
Coordinates of the origin of the x-direction vector of the text string.
X_DirY
Coordinates of the origin of the x-direction vector of the text string.
X_DirZ
Coordinates of the origin of the x-direction vector of the text string.
Z_DirX
Coordinates of the origin of the normal vector of the text string.
Z_DirY
Coordinates of the origin of the normal vector of the text string.
Z_DirZ
Coordinates of the origin of the normal vector of the text string.
See Also

DisplayData Object  | DisplayData Members

Send comments on this topic.