The Find1stBitmapObj method finds the first bitmap object on the current layer. Returns a Bitmap object.
Syntax
object.Find1stBitmapObj( bSelOnly )
Parameter |
Type |
Description |
bSelOnly |
Boolean |
optional; searches through selected objects only |
Example
This example finds the first bitmap object on the current layer.
MapShapes.Find1stBitmapObj(bSelOnly:= False)
Used by: Shapes collection