>where could I get a full listing of all what all the (obj,?) mean?

The possible second parameters for the ObjectGeography() function are:


OBJ_GEO_MINX        minimum x coordinate of an object's minimum
                    bounding bounding rectangle (MBR), unless object
                    is a line; if object is a line, returns same
                    value as OBJ_GEO_LINEBEGX.
OBJ_GEO_MINY     minimum y coordinate of object's MBR. For lines,
                    returns OBJ_GEO_LINEBEGY value.
OBJ_GEO_MAXX     maximum x coordinate of object's MBR. Does not
                    apply to Point objects. For lines, returns
                    OBJ_GEO_LINEENDX value.
OBJ_GEO_MAXY     maximum y coordinate of the object's MBR. Does not
                    apply to Point objects. For lines, returns
                    OBJ_GEO_LINEENDY value.
OBJ_GEO_ARCBEGANGLE beginning angle of an Arc object.
OBJ_GEO_ARCENDANGLE ending angle of an Arc object.
OBJ_GEO_LINEBEGX      x coordinate of the starting node of a Line object.
OBJ_GEO_LINEBEGY      y coordinate of the starting node of a Line object.
OBJ_GEO_LINEENDX      x coordinate of the ending node of a Line object.
OBJ_GEO_LINEENDY      y coordinate of the ending node of a Line object.
OBJ_GEO_POINTX   x coordinate of a Point object.
OBJ_GEO_POINTY   y coordinate of a Point object.
OBJ_GEO_ROUNDRADIUS diameter of the circle that defines the rounded
                    corner of a Rounded Rectangle object, expressed in
                    terms of coordinate units (e.g. degrees).
OBJ_GEO_TEXTLINEX     x coordinate of end of a Text object's label line.
OBJ_GEO_TEXTLINEY     y coordinate of end of a Text object's label line.
OBJ_GEO_TEXTANGLE     rotation angle of a Text object.

Where

OBJ_GEO_MINX        = 1
OBJ_GEO_LINEBEGX    = 1
OBJ_GEO_POINTX      = 1
OBJ_GEO_MINY        = 2
OBJ_GEO_LINEBEGY    = 2
OBJ_GEO_POINTY      = 2
OBJ_GEO_MAXX        = 3
OBJ_GEO_LINEENDX    = 3
OBJ_GEO_MAXY        = 4
OBJ_GEO_LINEENDY    = 4
OBJ_GEO_ARCBEGANGLE = 5
OBJ_GEO_TEXTLINEX   = 5
OBJ_GEO_ROUNDRADIUS = 5
OBJ_GEO_ARCENDANGLE = 6
OBJ_GEO_TEXTLINEY   = 6
OBJ_GEO_TEXTANGLE   = 7


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to