GetLineFontName2 Method (IDrawingDoc)
Gets the name of the specified line font.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLineFontName2( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim Index As Integer
Dim value As String
value = instance.GetLineFontName2(Index)
|
C# | |
---|
string GetLineFontName2(
int Index
) |
C++/CLI | |
---|
String^ GetLineFontName2(
& int Index
) |
Parameters
- Index
- Index position of the line font which is within the index range returned by IDrawingDoc::GetLineFontCount2
Return Value
Line font name
Remarks
See Also