Description Indicates whether a given entity has array parameter data defined.
Syntax isEnt = IsEntityArray ( n )
Parameters isEnt (Boolean) True if the entity has array parameter data defined, False otherwise
n As Long Node number of the entity to investigate.
Remarks IsEntityArray indicates whether a given entity has array parameter data defined. If there is a problem the function sets an error and returns False.
See Also Examples
|