InNames Property

Top  Previous  Next

Syntax:

 

value = object.InNames(index)

 

Part

Description

value

A variant type variable in the user program which receives the input variable name.

object

The name of an object (or object expression) that evaluates to an object of ChaosHunter_Runtime.DLL class.

index

The number of the input variable in the model. Index=1..NumInputs. See description of a NumInputs property for details. If index<1 or index>NumInputs then InName property returns an empty string (“”).

 

Returns the name of an input variable in the model. The returned value is of string type.