MPLATFORMLib Namespace > IMElement Interface : AttributesIntGet Method |
Dim myValue As Integer m_pAttributes.AttributesIntGet("show", myValue)
int myValue; m_pAttributes.AttributesIntGet("show", out myValue);
var myValue: integer; begin m_pAttributes.AttributesIntGet(how', myValue); end;