AttributesBoolSet Method (MWriterClass)
name of attribute
value of attribute
Sets value to attribute. This method works only with attributes, whose values are boolean.
Syntax
Public Overridable Sub AttributesBoolSet( _
   ByVal _bsName As String, _
   ByVal _bValue As Integer _
) 
public virtual void AttributesBoolSet( 
   string _bsName,
   int _bValue
)
public procedure AttributesBoolSet( 
    _bsName: String;
    _bValue: Integer
); virtual; 
public: virtual void AttributesBoolSet( 
   BSTR* _bsName,
   int _bValue
) 

Parameters

_bsName
name of attribute
_bValue
value of attribute
Example
m_pAttributes.AttributesBoolGet("show", 1)
m_pAttributes.AttributesBoolGet("show", 1);
m_pAttributes.AttributesBoolGet(how', 1);
See Also

Reference

MWriterClass Class
MWriterClass Members