ElementBoolSet 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 boolean.
Syntax
Public Overridable Sub ElementBoolSet( _
   ByVal _bsAttributeName As String, _
   ByVal _bValue As Integer, _
   ByVal _dblTimeForChange As Double _
) 
public virtual void ElementBoolSet( 
   string _bsAttributeName,
   int _bValue,
   double _dblTimeForChange
)
public procedure ElementBoolSet( 
    _bsAttributeName: String;
    _bValue: Integer;
    _dblTimeForChange: Double
); virtual; 
public: virtual void ElementBoolSet( 
   BSTR* _bsAttributeName,
   int _bValue,
   double _dblTimeForChange
) 

Parameters

_bsAttributeName
name of the attribute
_bValue
value of the attribute
_dblTimeForChange
time interval for changes in seconds
Example
myElement.ElementBoolSet("show", 1, 2.0)
myElement.ElementBoolSet("show", 1, 2.0);
myElement.ElementBoolSet(how', 1, 2.0);
See Also

Reference

MElementClass Class
MElementClass Members