MPLATFORMLib Namespace > IMElement Interface : AttributesStringGet Method |
Dim myValue As String m_pAttributes.AttributesStringGet("spos", myValue)
string myValue; m_pAttributes.AttributesStringGet("spos", out myValue);
var myValue: string; begin m_pAttributes.AttributesStringGet('pos', myValue); end;