Guday Phillip,

I don't know if this might help but,
each window has its own unique cosmetic layer.

If you get the window id of the mapper using the frontwindow
command you can use this to get the cosmetic layer alias type.

eg.     dim a_win as integer
        dim laycosmetic as string
        a_win = frontwindow()
        laycosmetic = windowinfo(a_win, WIN_INFO_TABLE)
        'Set Coordinate system as wanted then
        'Use a loop
                fetch next from laycosmetic
                'Hmm may need to define an alias here ??
                x = centroidx(laycosmetic.obj)

Cheers.
        

Geoff Pearce
Road Management Systems Officer
Pyrenees Shire
5 Lawrence St
Beaufort 3373
Phone (03) 53492000
Fax      (03) 53493019

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 10 May 2005 1:25 AM
To: [email protected]
Subject: MI-L Cosmetic Layer





Group.

Question about the cosmetic layer.  I added about 30 points accross the US
in the cosmetic layer.  Can I extract the lat/longs for those points?


--------------------------------------------------------------------
Philip Lesnik
Research Systems Analyst, Market Research
General Growth Properties, Inc.
110 N. Wacker Drive   BSC 3-13
Chicago, IL  60606
312-960-2998
312-960-5519 (fax)
[EMAIL PROTECTED]
--------------------------------------------------------------------



-----------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++  Notice: This
e-mail including attachments) is covered by the Electronic Communications
Privacy Act, 18 U.S.C. �� 2510-2521, is confidential and may be legally
privileged. If you are not the intended recipient, you are hereby notified
that any retention, dissemination, distribution, or copying of this
communication is strictly prohibited. Please reply to the sender that you
have received the message in error, then delete it. Thank you.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16394



---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16398

Reply via email to