MPLATFORMLib Namespace > IMElement Interface : AttributesInfoGetByIndex Method |
Dim myName As String myAttributes.AttributesInfoGetByIndex(1, myName)
string myName; myAttributes.AttributesInfoGetByIndex(1, out myName);
var myName:string; begin m_pAttributes.AttributesInfoGet(1, myName); end;