MPLATFORMLib Namespace > IMElement Interface : AttributesInfoGet Method |
Dim myInfo As String myAttributes.AttributesInfoGet("pos", eMInfoType.eMIT_Default, myInfo)
string myInfo; myAttributes.AttributesInfoGet("pos", eMInfoType.eMIT_Default, out myInfo);
var myInfo: widestring; begin m_pAttributes.AttributesInfoGet('pos', eMIT_Default, myInfo); end;