AttributesDoubleSet Method (MWriterClass)
name of attribute
value of attribute
Sets value to attribute. This method works only with attributes, whose values are double.
Syntax
Public Overridable Sub AttributesDoubleSet( _
   ByVal _bsName As String, _
   ByVal _dblValue As Double _
) 
public virtual void AttributesDoubleSet( 
   string _bsName,
   double _dblValue
)
public procedure AttributesDoubleSet( 
    _bsName: String;
    _dblValue: Double
); virtual; 
public: virtual 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

MWriterClass Class
MWriterClass Members