ObjectHotDelete Method

ObjectHotInfo Method

Introduction

 

ObjectInfo Method



Return an array containing information about the specified object.

 

Syntax

FlpGrf.ObjectInfo( Object as Integer )

 

The ObjectInfo Method has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

Object

An integer expression specifying the object number.

 

Remarks

This method returns a SafeArray.
This method returns an array of the following structure:

if the object was added using ObjectRectAdd then the return array looks like this:
 

array index

meaning

0

Source (graph number)

1

Shape type (see ImageMapClick)

2

Shape class

3

Left coordinate

4

Top coordinate

5

Right coordinate

6

Bottom coordinate

7

Arrow heads


if the object was added using ObjectTextAdd (or ObjectTextAddRect) then the return array looks like this:
 

array index

meaning

0

Source (graph number)

1

Shape type (see ImageMapClick)

2

Shape class

3

Text of the shape

4

x (left) coordinate

5

y (top) coordinate

6

Font number

7

Font rotation

8

Font alignment

9

Font justification

10

x (right) coordinate (only if created via ObjectTextAddRect)

11

y (bottom) coordinate (only if created via ObjectTextAddRect)

12

TextRect format (see ObjectTextAddRect) (only if created via ObjectTextAddRect)


 

See Also

All Object Routines



ObjectHotDelete Method ObjectHotInfo Method

 

 

Last modified on: Friday, August 16, 2002