ECPDef Method

Description
Returns ECP definition status.

Syntax
Function ECPDef (ECPNumber As Integer) As Boolean

Parameters

  • ECPNumber
    An integer indicating the ECP number of the status you want to call.

Return Value
True if the specified ECP is defined, False if not.

See Also
ECP Method, ECPClr Method

ECP Example
VB Example:

x = m_spel.ECPDef(1)  

C# Example:

x = m_spel.ECPDef(1);