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 Examples
|