Version

ItemSetNumericValue Method (IXamRadialMenuReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Set the value for the identified Numeric Tool", Documentation="Set the value for the numeric tool [%a1] to [%a2]")>
Sub ItemSetNumericValue( _
   ByVal oItemArg As System.Object, _
   ByVal dValue As System.Double _
) 
[TypeInfoMethod(Description="Set the value for the identified Numeric Tool", Documentation="Set the value for the numeric tool [%a1] to [%a2]")]
void ItemSetNumericValue( 
   System.object oItemArg,
   System.double dValue
)
[TypeInfoMethod(Description="Set the value for the identified Numeric Tool", Documentation="Set the value for the numeric tool [%a1] to [%a2]")]
void ItemSetNumericValue( 
   System.Object* oItemArg,
   System.double dValue
) 

Parameters

oItemArg
dValue
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