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 )
m_pAttributes.AttributesDoubleSet("x", 0.5)
m_pAttributes.AttributesDoubleSet("x", 0.5);
IMConfig Interface IMConfig Members