IspecName is a read-only property that returns the name of the Ispec in the position specified in the current Bundle.
Syntax
Object.IspecName(<ispec number>)
<Object> is an expression that evaluates to an instance of a Component Enabler connection object.
<Ispec Number> is an integer value between one and the number of Ispecs in the current Bundle.
Returns
A string value containing the name of the Ispec at the position specified, or an empty string if the Ispec number is greater than the number of Ispecs in the Bundle.
Example
sName = LINCAPP.IspecName(5)