Navigation: Scripting Reference Manual > Functions & Subroutines > IsEntityArray

 

IsEntityArray

 

Contact Us: fredsupport@photonengr.com

 

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

DeleteEntityArray

GetEntityArray

InitEntityArray

SetEntityArray

T_ENTITYARRAY

Examples

Entity Info Functions

 

 

 

 

 

Copyright © Photon Engineering, LLC