Navigation: Scripting Reference Manual > Functions & Subroutines > IsEntitySelected

 

IsEntitySelected

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the selection state of a specified FRED entity.

 

Syntax

selected = IsEntitySelected ( n )

 

Parameters

selected (Boolean)

Will hold the selection state of the entity.

 

n As Long

Node number of the FRED entity.

 

Remarks

This function retrieves the selection state of a specific FRED entity.  It returns True if an entity is selected, False if it is not.  If there is a problem, the function posts an error and returns False.

 

See Also

GetEntity

SetEntity

SelectEntity

Examples

Entity Info Functions

 

 

 

 

 

Copyright © Photon Engineering, LLC