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