geIsValidHilightObject
geIsValidHilightObject(
h_hlObjectId
)
=> t / nil
Description
Determines whether the highlighted object is valid.
A valid highlighted object has the format of the g_hlObjectId value returned from any of the geAddHilight functions.
Arguments
|
Any highlighted object ID returned from any of the |
Value Returned
Examples
The following example returns t.
hlObjectId = geAddHilightPolygon( set1
list( 0:0 10:0 10:10 0:10 ) )
geIsValidHilightObject( hlObjectId )
The following example returns nil.
geIsValidHilightObject( geGetEditCellView( ) )
Related Topics
Return to top