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