GetECP Method

Description
Returns the current ECP number for the current robot.

Syntax
Function GetECP () As Integer

Return Value
Integer containing the current ECP number.

See Also
ECP Method, ECPSet Method

GetECP Example
VB Example:

saveECP = m_spel.GetECP()  
m_spel.ECP(2)  

C# Example:

saveECP = m_spel.GetECP();  
m_spel.ECP(2);