AttributesDoubleSet Method (IMConfig)
name of attribute
value of attribute
Sets value to attribute. This method works only with attributes, whose values are double.
Syntax
Sub AttributesDoubleSet( _
   ByVal _bsName As String, _
   ByVal _dblValue As Double _
) 
void AttributesDoubleSet( 
   string _bsName,
   double _dblValue
)
procedure AttributesDoubleSet( 
    _bsName: String;
    _dblValue: Double
); 
void AttributesDoubleSet( 
   BSTR* _bsName,
   double _dblValue
) 

Parameters

_bsName
name of attribute
_dblValue
value of attribute
Example
m_pAttributes.AttributesDoubleSet("x", 0.5)
m_pAttributes.AttributesDoubleSet("x", 0.5);
m_pAttributes.AttributesDoubleSet("x", 0.5);
See Also

Reference

IMConfig Interface
IMConfig Members