Gets the height of the text for the specified text in this datum target symbol.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetTextHeightAtIndex( _
   ByVal Index As Integer _
) As Double | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IDatumTargetSym
Dim Index As Integer
Dim value As Double
 
value = instance.GetTextHeightAtIndex(Index)
 | 
| C# |  | 
|---|
| double GetTextHeightAtIndex( 
   int Index
) | 
| C++/CLI |  | 
|---|
| double GetTextHeightAtIndex( 
&   int Index
)  | 
Parameters
- Index
- Index of the text; index begins at 0
Return Value
Height of the text for the specified text in meters
See Also