Gets the font used by the specified text item in this surface finish symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextFontAtIndex( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ISFSymbol
Dim Index As Integer
Dim value As String
value = instance.GetTextFontAtIndex(Index)
|
C# | |
---|
string GetTextFontAtIndex(
int Index
) |
C++/CLI | |
---|
String^ GetTextFontAtIndex(
& int Index
) |
Parameters
- Index
- Index of the text where the index begins at 0
Return Value
Font name used by this surface finish symbol
Remarks
See Also