ArcFM Responder Mobile Developer Guide
let_Font Method (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2008)>
Sub let_Font( _
   ByVal ppVal As stdole.IFontDisp _
) 
'Usage
 
Dim instance As ISSNode
Dim ppVal As stdole.IFontDisp
 
instance.let_Font(ppVal)
[System.Runtime.InteropServices.DispId(2008)]
void let_Font( 
   stdole.IFontDisp ppVal
)
procedure let_Font( 
    ppVal: stdole.IFontDisp
); 
System.Runtime.InteropServices.DispIdAttribute(2008)
function let_Font( 
   ppVal : stdole.IFontDisp
);
[System.Runtime.InteropServices.DispId(2008)]
void let_Font( 
   stdole.IFontDisp* ppVal
) 
[System.Runtime.InteropServices.DispId(2008)]
void let_Font( 
   stdole.IFontDisp^ ppVal
) 

Parameters

ppVal
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISSNode Interface
ISSNode Members

Send Feedback