MPLATFORMLib Namespace > IMElement Interface : AttributesInfoGetCount Method |
Dim myCount As Integer myAttributes.AttributesInfoGetCount(myCount)
int myCount; myAttributes.AttributesInfoGetCount(out myCount);
var
myCount: integer;
begin
m_pAttributes.AttributesInfoGetCount(myCount);
end;