ElementDoubleSet Method (MElementClass)
name of the attribute
value of the attribute
time interval for changes in seconds
Sets attribute value smoothly during the time interval. This method works only with attributes, whose values are double.
Syntax
Public Overridable Sub ElementDoubleSet( _
   ByVal _bsAttributeName As String, _
   ByVal _dblValue As Double, _
   ByVal _dblTimeForChange As Double _
) 
public virtual void ElementDoubleSet( 
   string _bsAttributeName,
   double _dblValue,
   double _dblTimeForChange
)
public procedure ElementDoubleSet( 
    _bsAttributeName: String;
    _dblValue: Double;
    _dblTimeForChange: Double
); virtual; 
public: virtual void ElementDoubleSet( 
   BSTR* _bsAttributeName,
   double _dblValue,
   double _dblTimeForChange
) 

Parameters

_bsAttributeName
name of the attribute
_dblValue
value of the attribute
_dblTimeForChange
time interval for changes in seconds
Example
myElement.ElementDoubleSet("x", 0.5, 2.0)
myElement.ElementDoubleSet("x", 0.5, 2.0);
myElement.ElementDoubleSet('x', 0.5, 2.0);
See Also

Reference

MElementClass Class
MElementClass Members