AttributesGetCount Method (MElementClass)
number of attributes
Gets count of attributes.
Syntax
Public Overridable Sub AttributesGetCount( _
   ByRef _pnCount As Integer _
) 
public virtual void AttributesGetCount( 
   out int _pnCount
)
public procedure AttributesGetCount( 
   Out  _pnCount: Integer
); virtual; 
public: virtual void AttributesGetCount( 
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_pnCount
number of attributes
Example
Dim myCount As Integer
myAttributes.AttributesGetCount(myCount)
int myCount;
myAttributes.AttributesGetCount(out myCount);
var
myCount: integer;
begin
m_pAttributes.AttributesGetCount(myCount);
end;
See Also

Reference

MElementClass Class
MElementClass Members