Returns an object fulfilling the specified search criteria. Search criteria are composed of special Find_x() values.
An object using FindObjects in local calls will also find itself. This can be avoided through use of
Find_Exclude().
Search criteria are specified as in
FindObjects and
ObjectCount. See
FindObjects for additional samples.
An object using FindObjects in local calls will also find itself. This can be avoided through use of
Find_Exclude().
When this function is called in object context, only objects in the same layer as the calling object are considered, i.e. an implicit check
Find_Layer(
GetObjectLayer()) is added. To turn off this check, either supply a manual criterion with
Find_Layer() to check for another layer, or allow objects in any layer to be returned by passing
Find_AnyLayer().