geGetFigHilightObjectId
geGetFigHilightObjectId(g_hlSetId d_figId) =>g_hlObjectId/ nil
Description
Returns the highlight object ID of the object d_figId in the highlight set g_hlSetId.
Arguments
Value Returned
Examples
Returns the highlight object ID for the object fig2 in the highlight set set1.
geGetFigHilightObjectId( set1 fig2 )
Related Topics
Return to top