AttributesRemove Method (MElementClass)
name of attribute
Removes the attribute.
Syntax
Public Overridable Sub AttributesRemove( _
   ByVal _bsName As String _
) 
public virtual void AttributesRemove( 
   string _bsName
)
public procedure AttributesRemove( 
    _bsName: String
); virtual; 
public: virtual void AttributesRemove( 
   BSTR* _bsName
) 

Parameters

_bsName
name of attribute
Example
myAttributes.AttributesRemove("alpha")
myAttributes.AttributesRemove("alpha");
myAttributes.AttributesRemove("alpha");
See Also

Reference

MElementClass Class
MElementClass Members