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

Parameters

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

Reference

MElementClass Class
MElementClass Members