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

Parameters

_bsName
name of attribute
_nValue
value of attribute
Example
m_pAttributes.AttributesIntSet("x", 1)
m_pAttributes.AttributesIntSet("x", 1);
m_pAttributes.AttributesIntGet('x', 1);
See Also

Reference

MElementClass Class
MElementClass Members