ArcFM Responder Mobile Developer Guide
let_TagVariant Method






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2025)>
Sub let_TagVariant( _
   ByVal pVal As System.Object _
) 
'Usage
 
Dim instance As ISSNode
Dim pVal As System.Object
 
instance.let_TagVariant(pVal)
[System.Runtime.InteropServices.DispId(2025)]
void let_TagVariant( 
   System.object pVal
)
procedure let_TagVariant( 
    pVal: System.TObject
); 
System.Runtime.InteropServices.DispIdAttribute(2025)
function let_TagVariant( 
   pVal : System.Object
);
[System.Runtime.InteropServices.DispId(2025)]
void let_TagVariant( 
   System.Object* pVal
) 
[System.Runtime.InteropServices.DispId(2025)]
void let_TagVariant( 
   System.Object^ pVal
) 

Parameters

pVal
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