ArcFM Responder Mobile Developer Guide
SetTraceWeight Method






Syntax
'Declaration
 
Public Sub SetTraceWeight( _
   ByVal weight As System.Integer _
) 
'Usage
 
Dim instance As DeviceInfo
Dim weight As System.Integer
 
instance.SetTraceWeight(weight)
public void SetTraceWeight( 
   System.int weight
)
public procedure SetTraceWeight( 
    weight: System.Integer
); 
public function SetTraceWeight( 
   weight : System.int
);
public: void SetTraceWeight( 
   System.int weight
) 
public:
void SetTraceWeight( 
   System.int weight
) 

Parameters

weight
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

DeviceInfo Class
DeviceInfo Members

Send Feedback