FontUnderline Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::FontUnderline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub FontUnderline( _
ByVal Underline As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Underline As System.Boolean
instance.FontUnderline(Underline) |
C# | |
---|
void FontUnderline(
System.bool Underline
) |
C++/CLI | |
---|
void FontUnderline(
& System.bool Underline
) |
Parameters
- Underline
-
See Also