leGetObjectVisible
leGetObjectVisible(
t_objectName
)
=> t / nil
Description
Checks whether or not objects are set to visible in the LSW.
Arguments
Value Returned
Example
Returns t if the P&R Boundary object is set to visible in the LSW and nil if it is not.
leGetObjectVisible("P&R")
Return to top